Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.4.0
-
None
Description
The current SFTP system refuses connection to SFTP versions other than 3' While this behavior is appropriate for the lower versions, many SFTP clients appear to expect the maximum version supported by the server to be returned in order to use the correct command set and will disconnect when the 'Version not supported' response is given. The SFTP server should return the minimum of (requested version or supported version) unless the client requests a command set for v1 or v2.