mikaelliljedahl / freesftpsharp

SFTP server with Web Admin GUI based on FxSSH
MIT License
20 stars 3 forks source link

Implement OpenSSH extensions and deviations #2

Open mikaelliljedahl opened 3 years ago

mikaelliljedahl commented 3 years ago

Right now the service implements version 3 of the SFTP protocol.

According to: https://www.sftp.net/specification These are SFTP extensions implemented by the most common SSH server: http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/usr.bin/ssh/PROTOCOL

However I am not sure which of these extensions that should be applied to this sftp implementation. Any input on this matter would be appreciated.