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

SftpClient: how to resume upload/download? I.e. process SFTP command 'reput' & 'reget' #1391

Open
sensboston opened this issue May 4, 2024 · 2 comments

Comments

@sensboston
Copy link

Does SftpClient supports upload/download resume options, i.e. defined by SFTP protocol specifications commands reput & reget?
I need to upload really huge files (from 2GB to 20GB) and these features will be extremely useful.
Can anyone suggest a solution?
Thank you!

@Rob-Hague
Copy link
Collaborator

I don't think there is anything like that in the library already. I think the closest thing currently is #864

@sensboston
Copy link
Author

sensboston commented May 8, 2024

@Rob-Hague, yes, it looks like exactly what I need but PR isn't merged yet 😢

Also, do you know: is it possible to get the uploaded file MD5 checksum from the remote host?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants