Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SftpTransfers #422

Closed
sleberknight opened this issue Nov 6, 2020 · 0 comments · Fixed by #428
Closed

Add SftpTransfers #422

sleberknight opened this issue Nov 6, 2020 · 0 comments · Fixed by #428
Assignees
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Milestone

Comments

@sleberknight
Copy link
Member

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.

@sleberknight sleberknight added the new feature A new feature such as a new class, method, package, group of classes, etc. label Nov 6, 2020
@sleberknight sleberknight added this to the 0.15.0 milestone Nov 6, 2020
@sleberknight sleberknight self-assigned this Nov 11, 2020
sleberknight added a commit that referenced this issue Nov 11, 2020
* 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 #421
Fixes #422
Fixes #423
sleberknight added a commit that referenced this issue Nov 11, 2020
* 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 #421
Fixes #422
Fixes #423
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant