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
Methods
Abort | Aborts the current method execution. |
About | Displays the About box. |
AppendData | Appends data from a string variable to a remote file. |
AppendDataLen | Appends data from a fixed-size buffer to a remote file. |
AppendFile | Appends to a remote file. |
Connect | Appends to a remote file. |
DeleteFile | Deletes a file on the server. |
DeleteFiles | Deletes multiple files in a sequence, recursive. |
Disconnect | Disconnects from the remote server. |
ExtendedCmd | Sends extended command to the server. |
GetAttributes | Retrieves a file or folder attributes. |
GetData | Retrieves the contents of a remote file to a string variable |
GetDataAt | Retrieves the contents of a remote file to a string variable, starting from a given position. |
GetDataToBuffer | Retrieves the contents of a remote file to a locally specified buffer. |
GetDataToBufferAt | Retrieves the contents of a remote file to a locally specified buffer. |
GetFile | Receives a file from the server. |
GetFileAt | Aborts the current method execution. |
GetFiles | Downloads multiple files in a sequence, recursive. |
ListAttributes | Lists the contents of a directory as a structure. |
ListDir | Lists the contents of a directory on the server. |
ListNames | Lists the file and folder names in a directory on the server. |
LoadPrivateKey | Loads a private key from an external file. |
LoopFiles | Loops through multiple files in a sequence, recursive, giving their names. |
MakeDir | Creates a directory on the server. |
PutData | Creates a directory on the server. |
PutDataAt | Receives a file from the server, starting from a given position. |
PutDataLen | Stores data from a fixed-size buffer to a remote file. |
PutDataLenAt | Stores data from a fixed-size buffer to a remote file, at a given position. |
PutFile | Stores data from a fixed-size buffer to a remote file, at a given position. |
PutFileAt | Sends a file to the server, appending it at a given position. |
PutFiles | Uploads multiple files in a sequence, recursive. |
RealPath | Retrieves the real path for a symbolic link. |
RemoteClose | Closes remote file. |
RemoteOpen | Opens remote file for raw access. |
RemoteRead | Reads from remote file. |
RemoteWrite | Writes to remote file. |
RemoveDir | Removes a directory from the server. |
Rename | Renames a file or directory on the server |
SetAttributes | Sets attributes for a file or folder. |