Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFTPD
- Methods
- Properties
- Authentication
- BindIP
- BindIPType
- Certificate
- DirFormat
- Encryption
- EncryptionList
- FileLocking
- FIPS
- ForceUTF8
- GoodbyeMessage
- GreetingMessage
- HMacList
- HostKeyList
- KeyExchangeList
- MaxDataPort
- MinDataPort
- MonitorTransfers
- MyHostname
- MyIP
- Notification
- PasvPort
- Port
- Protocol
- Secure
- ServerName
- SFTPVersion
- Status
- StrictDataIP
- Threads
- Timeout
- UseIPv6
- Users
- Version
- VirtualFiles
- VirtualFolders
- Events
- wodFTPDNotify
- FtpUser
- FtpUsers
- VirtualFile
- VirtualFiles
- VirtualFolder
- VirtualFolders
- How to get support?
- Technical information
- Fast notifications interface
- Error list
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:
The SFTPVersion(object,value) 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.