Description
-
Determines SFTP version number to report to clients.
Property type
-
A Long value.
Syntax
-
object.SFTPVersion [= value]
The SFTPVersion Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodFTPD. |
| value |
A Long value. |
Remarks
-
wodFTPServer supports SFTP versions up to 4. However, if some
clients misbehave with this version, you can put enable version 3 to
be reported using this property. This will help with faulty clients
to use wodFTPServer as it was used so far.
Version 4 of SFTP automatically enables UTF8 support, and has
some other features not present in Version 3.
|