Back to product page
- Introduction
- Overview
- License agreement
- Classes
- Enumerations
- wodSFTPdll
- Create function
- Destroy function
- Methods
- Abort
- About
- AppendData
- AppendDataLen
- AppendFile
- Connect
- DeleteFile
- DeleteFiles
- Disconnect
- ExtendedCmd
- GetAttributes
- GetData
- GetDataAt
- GetDataToBuffer
- GetDataToBufferAt
- GetFile
- GetFileAt
- GetFiles
- ListAttributes
- ListDir
- ListNames
- LoadPrivateKey
- LoopFiles
- MakeDir
- PutData
- PutDataAt
- PutDataLen
- PutDataLenAt
- PutFile
- PutFileAt
- PutFiles
- RealPath
- RemoteClose
- RemoteOpen
- RemoteRead
- RemoteWrite
- RemoveDir
- Rename
- SetAttributes
- Properties
- Authentication
- Blocking
- BufferSize
- ClientName
- Compression
- Encryption
- EncryptionList
- ErrorText
- Extensions
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- LastError
- ListItem
- LocalPath
- Login
- MaxTransferRate
- MyHostname
- MyIP
- Password
- Port
- PrivateKey
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- RemotePath
- Resume
- ServerErrorCode
- ServerErrorText
- State
- StateText
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
- Callbacks
- How to get support
- Using callbacks
- Technical information
- Error list
Enumerations
This list shows all methods of authentication supported by wodSFTP.
AuthenticationsEnum | This list shows all methods of authentication supported by wodSFTP. |
DirItemTypes | These constants define type of the item shown in wodSFTPdll's LoopItem and LoopError callbacks. |
EncryptionsEnum | This list shows all the encryption algorithms that can be used during a session with a remote server. |
ProxyTypes | This list shows all proxy types supported by wodSFTP. The default is ProxyNone to preserve backward compatibility with older versions of wodSFTP. |
RemotePermissions | This list shows flags that can be used with RemoteOpen function. It defines if remote file is opened for reading or writing, but also specifies if remote file is created or truncated when it's opened. |
StatesEnum | If you wish to call any function (ListDir, PutFile, GetFile....) you should ONLY do it when the State function returns a 'Connected' state. |
TimezonesEnum | These constants are used with the Timezone property. They determine whether the ListAttributes, GetAttributes and SetAttributes methods will use Local or UTC timezone when representing dates. |
TransferModesEnum | These constants are used with the TransferMode function. They determine if wodSFTP will perform Binary or AscII file transfer, as specified in the FTP protocol. |