jsch
jsch copied to clipboard
Does JSCH support check-file or md5-hash SFTP extension?
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
Hi @avnerw74,
No, this neither of these extensions are supported by JSch.
Thanks, Jeremy
Thanks for the reply