jsch icon indicating copy to clipboard operation
jsch copied to clipboard

Does JSCH support check-file or md5-hash SFTP extension?

Open avnerw74 opened this issue 2 years ago • 2 comments

Hello,

I noticed there are several SFTP extensions (SSH_FXP_EXTENDED)

https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-09#section-9.1.1 https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-09#section-9.1.2

to ensure file integrity using checksum hash algorithm. Can this be called using JSCH?

Thanks, Avner

avnerw74 avatar Jan 02 '24 09:01 avnerw74

Hi @avnerw74,

No, this neither of these extensions are supported by JSch.

Thanks, Jeremy

norrisjeremy avatar Jan 02 '24 12:01 norrisjeremy

Thanks for the reply

avnerw74 avatar Jan 02 '24 12:01 avnerw74