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
Properties
Authentication | Determines which authentication type is used. |
Blocking | Determines whether methods are blocking. |
BufferSize | Determines the size of incoming and outgoing buffers. |
ClientName | Determines client name that will be used with the server during initial exchange. |
Compression | Determines the level of compression used. |
Encryption | Determines the encryption algorithm to be used with SFTP. |
EncryptionList | Determines list of encryption algorithms supported and offered by wodSFTPdll. |
ErrorText | Provides a string expression describing an error. |
Extensions | Holds list of extensions supported by the server. |
FIPS | Specifies FIPS enabled OpenSSL configuration to load. |
HMacList | Determines list of digest algorithms supported and offered by wodSFTPdll. |
Hostname | Determines the Hostname of remote server. |
KeyExchangeList | Determines list of key exchange algorithms supported and offered by wodSFTPdll. |
KeySignatureList | Determines list of server key signature algorithms supported and offered by wodSFTPdll. |
LastError | Holds the last error returned by the method. |
ListItem | Holds the value of the last ListItems and Attributes event |
LocalPath | Holds the name of the local path used for transferring. |
Login | Determines the username/login to be used with the server. |
MaxTransferRate | Determines maximum upload/download speed. |
MyHostname | Holds the hostname of the local computer. |
MyIP | Holds the IP address of the local computer. |
Password | Determines the password to be used with the server. |
Port | Determines the port on the remote server where wodSFTP will connect. |
PrivateKey | Private key used for authentication |
ProxyHostname | Specifies the hostname of the proxy to use. |
ProxyLogin | Specifies the login/username to use when connecting to a proxy server. |
ProxyPassword | Specifies the login/username to use when connecting to a proxy server. |
ProxyPort | Specifies the port to use for a proxy server. |
ProxyType | Specifies the type of proxy to use. |
RemoteIdentification | Holds the remote identification string. |
RemotePath | Holds the name of the path on the server used for transferring. |
Resume | Determines if wodSFTP will resume file transfer. |
ServerErrorCode | Holds the error code returned by the server. |
ServerErrorText | Holds the error text returned by the server. |
State | Holds the current state information. |
StateText | Provides a string expression describing a state. |
Timeout | Timeout value, in seconds. |
Timezone | Determines if dates are shown in Local or UTC timezone. |
TransferMode | Determines if transfers are Binary or AscII. |
TransferRate | Returns average speed of the file transfer. |
TransferTime | Returns time needed to transfer current or previous file. |
UseIPv6 | Determines if IPv6 addresses are allowed. |
Version | Holds version information. |