Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.FtpDLX
- Properties
- Authentication
- Blocking
- BufferSize
- Certificate
- Compression
- DirFormat
- DirItems
- Encryption
- Hostname
- KeepAlive
- LastError
- ListItem
- ListParams
- LocalPath
- Login
- MaxTransferRate
- Passive
- Password
- Port
- PreserveDates
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- PublicKeyOpenSSH
- PublicKeySSH
- RemotePath
- Resume
- SecureMethod
- SmartGet
- SmartPut
- State
- StrictHost
- Tag
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
- Methods
- Events
- Properties
- WeOnlyDo.Client.DirItemsCollection
- WeOnlyDo.Client.DirItem
- How to get support?
Methods
Abort | Aborts current method. |
About | Displays about box. |
AppendFile | Appends to file on the server. |
AppendFileFrom | Appends to file on the server, starting from specified local position. |
CheckDir | Checks if remote dir exists. |
ClearCommandChannel | Disables SSL on command channel. |
Connect | Connects to remote server. |
DeleteFile | Checks if remote dir exists. |
DeleteFiles | Delete multiple files in a sequence, recursive. |
Disconnect | Disconnects from remote server. |
GetAttributes | Retrieves file or folder attributes. |
GetFile | Receives file from the server. |
GetFiles | Downloads multiple files in a sequence, recursive. |
ListDir | Lists contents of a directory on the server. |
ListNames | Lists names in the directory on the server. |
LocalCRC | Calculates integrity check of local file. |
LoopFiles | Loops through multiple files in a sequence, recursive, giving their names. |
MakeDir | Creates directory on the server. |
PutFile | Sends file to the server. |
PutFiles | Uploads multiple files in a sequence, recursive. |
RawSend | Sends raw data to the server. |
RemoteCRC | Requests integrity check of remote file. |
RemoveDir | Removes directory from the server. |
Rename | Renames file or directory on the server. |
SetAttributes | Sets attributes for a file or folder. |
StateText | Provides string expression of a state. |