SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

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

Open sensboston opened this issue 9 months ago • 2 comments

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!

sensboston avatar May 04 '24 00:05 sensboston

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

Rob-Hague avatar May 07 '24 11:05 Rob-Hague

@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?

sensboston avatar May 08 '24 16:05 sensboston