You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add SftpConnector and SftpTransfers
* Add SftpTransfersException
* Add package-private ThrowingConsumer and ThrowingFunction, which
are used by SftpConnector
* Add test resource files: file-to-pull.txt and file-to-push.txt
Fixes#421Fixes#422Fixes#423
* Add SftpConnector and SftpTransfers
* Add SftpTransfersException
* Add package-private ThrowingConsumer and ThrowingFunction, which
are used by SftpConnector
* Add test resource files: file-to-pull.txt and file-to-push.txt
Fixes#421Fixes#422Fixes#423
Provides various functions to perform SFTP operations.
Depends on #421 since it uses
SftpConnector
for the connectivity using Jsch.Intentionally is instance-based (as opposed to static methods) to allow easy mocking in tests.
The text was updated successfully, but these errors were encountered: