Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodSFTP
- Methods
- Abort
- About
- AppendData
- AppendFile
- Connect
- DeleteFile
- DeleteFiles
- Disconnect
- ExtendedCmd
- GetAttributes
- GetData
- GetDataAt
- GetFile
- GetFileAt
- GetFiles
- ListAttributes
- ListDir
- ListNames
- LoopFiles
- MakeDir
- PutData
- PutDataAt
- PutFile
- PutFileAt
- PutFiles
- RealPath
- RemoteClose
- RemoteOpen
- RemoteRead
- RemoteWrite
- RemoveDir
- Rename
- SetAttributes
- SetAttributes64
- Properties
- Authentication
- Blocking
- BufferSize
- ClientName
- Compression
- Encryption
- EncryptionList
- ErrorText
- Extensions
- FingerPrint
- FIPS
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeySignatureList
- LastError
- ListItem
- LocalPath
- Login
- MaxTransferRate
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- RemotePath
- Resume
- ServerErrorCode
- ServerErrorText
- State
- StateText
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
- Events
- Methods
- IwodSFTPNotify
- SftpItem
- SftpItems
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Methods
wodSFTP Class
Abort | Aborts the current method. |
About | Displays the About box. |
AppendData | Appends data from a string variable to a remote file. |
AppendFile | Appends to a remote file. |
Connect | Connects to the remote server. |
DeleteFile | Deletes file on the server. |
DeleteFiles | Delete multiple files in a sequence, recursive. |
Disconnect | Disconnects from the remote server. |
ExtendedCmd | Sends extended command to the server. |
GetAttributes | Retrieves file or folder attributes. |
GetData | Retrieves contents of remote file to string variable. |
GetDataAt | Retrieves the contents of part of the remote file to a string variable. |
GetFile | Receives data from the server. |
GetFileAt | Receives part of a file from the server. |
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 file and folder names in a directory on the server. |
LoopFiles | Loops through multiple files in a sequence, recursive, giving their names. |
MakeDir | Creates a directory on the server. |
PutData | Stores data from a string variable to a remote file. |
PutDataAt | Sends data from a string variable to the server, at a specified file position. |
PutFile | Sends file to the server. |
PutFileAt | Sends part of the file to the server. |
PutFiles | Uploads multiple files in a sequence, recursive. |
RealPath | Retrieves real path for the 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. |
SetAttributes64 | Sets attributes for a file or folder. |