Back to product page- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SFTP
- Methods
- Properties
- Authentication
- Blocking
- BufferSize
- Compression
- Encryption
- EncryptionList
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- LastError
- ListItem
- LocalPath
- Login
- MaxTransferRate
- Password
- Port
- PrivateKey
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- RemotePath
- Resume
- State
- Timeout
- TransferMode
- TransferRate
- TransferTime
- Version
- Events
- How to get support?
Methods
| Abort | Aborts current transfer. |
| About | Shows aboutbox. |
| AppendFile | Appends to file on the server. |
| Connect | Connects to the server. |
| DeleteFile | Deletes file on the server. |
| DeleteFiles | Delete multiple files in a sequence, recursive. |
| Disconnect | Disconnects from the server, nicely. |
| GetAttributes | Retrieves file or folder attributes. |
| GetFile | Downloads file from the server. |
| GetFiles | Downloads multiple files in a sequence, recursive. |
| ListAttributes | Lists contents of a directory on the server. |
| ListDir | Lists contents of a directory on the server. |
| ListNames | Lists contents of a directory on the server, and returns only file/folder names. |
| LoopFiles | Loops through multiple files in a sequence, recursive, giving their names. |
| MakeDir | Creates directory on the server. |
| PutFile | Uploads 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 | Deletes directory on the server. |
| Rename | Renames file or directory on the server. |
| SetAttributes | |
| StateText | Returns string expression that represents some state. |