-
Notifications
You must be signed in to change notification settings - Fork 603
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
Ability to resume an upload / download #700
Comments
I would be interested in your branch and providing feedback as well. I'm using SSHJ to put/get large files frequently and connection issues have been troublesome from time to time. Breaking the files up into chunks or finding a different solution is something I wasn't looking forward to tackling. |
@drmaas @hierynomus Any hope for this reaching the masses? |
Please, if there's any chance of this being officially supported or if I could be a beta tester, I am happy to help. |
I created a PR for this: #775 |
@hierynomus has merged my PR #775 into master! |
@hierynomus if you're interested, I may be able to contribute a feature to be able to resume failed uploads and downloads. This is useful for very large files that encounter frequent network interruptions.
I have something working locally and would be able to put out a PR once I work out the kinks.
The text was updated successfully, but these errors were encountered: