All notable changes to this project will be documented in this file, in reverse chronological order by release.
- SftpDirectoryIterator to the sftp subsystem.
- Exception class for authentication failures
- Directory listing and traversing to RecursiveIterator pattern
- Moved open ssh config related code to
Ssh\OpenSSHnamespace - Authenticators will now only accept instances of
Ssh\Session - Changed
Ssh\Configurationto be an interface. The detail implementation is now calledSsh\HostConfiguration - Renamed
AbstractResourceHoldertoAbstractResourceProvider Sftp::scanDirectorynow returns a flat array containing all entries. Directories can be identified by a trailing slash
- Nothing.
- Support for PHP < 7.1
- Recursive option from
Sftp::scanDirectory
- Nothing.