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?
Properties
Authentication | Determines type of authentication. |
Blocking | Determine if methods are blocking. |
BufferSize | Determines size of incoming and outgoing buffers. |
Certificate | Holds certificate for SSL authentication. |
Compression | Determines level of compression used. |
DirFormat | Determines expected directory format. |
DirItems | Returns collection of directory items. |
Encryption | Encryption method that will be used for communication. |
Hostname | Hostname of server where we will connect. |
KeepAlive | Defines if NOOP commands are sent on control channel during file transfer. |
LastError | Holds last error that occured, if any. |
ListItem | Holds value of last ListItems event. |
ListParams | Holds additional parameters for LIST command. |
LocalPath | Holds name of local path used for transferring files. |
Login | Login (username) information that will be sent to the server. |
MaxTransferRate | Determines maximum upload/download speed. |
Passive | Determines if file transfer is passive. |
Password | Password that will be sent to the server. |
Port | Port on the server where we will connect. |
PreserveDates | Determines if date are preserved on file transfers. |
PrivateKey | Holds private key for SSL and SSH authentication. |
Protocol | Determines protocol used for connection. |
ProxyHostname | Specifies the hostname of proxy to use. |
ProxyLogin | Specifies the login/username to use when connecting to the proxy server. |
ProxyPassword | Specifies the password to use when connecting to proxy server. |
ProxyPort | Specifies the port to use for proxy server. |
ProxyType | Specifies the type of proxy to use. |
PublicKeyOpenSSH | Returns public key in OpenSSH format. |
PublicKeySSH | Returns public key in SSH.COM/Tectia format. |
RemotePath | Holds name of path on the server used for transferring files. |
Resume | Determines if wodFtpDLX.NET will try to resume file transfer. |
SecureMethod | Determines SSL protocol used with FTPS. |
SmartGet | Determines if wodFtpDLX.NET should try to determine remote filename on GetFile command. |
SmartPut | Determines if wodFtpDLX.NET should try to determine remote filename on PutFile command. |
State | Read-only property that returns current component state. |
StrictHost | Determines if data connection is restricted to same IP address as control connection. |
Tag | Tag for misc usage. |
Timeout | Total number of seconds to expire before we are automatically disconnected from the server. |
Timezone | Determine timezone conversion when dealing with dates and times. |
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 | Shows version information. |