Back to product page

SFTPVersion property


Determines SFTP version number to report to clients.

Type

A Long value.

Syntax

  • Basic
object.SFTPVersion [= value]
The SFTPVersion(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFTPD.
valueA 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.

Platforms

Windows