FtpDLX Constructor | Overloaded. Creates new instance of wodFtpDLX.NET |
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. |
Container (Inherited from System.ComponentModel.Component) | Gets the IContainer that contains the Component. |
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. |
LastError | Holds last error that occured, if any. |
LicenseKey | License key to use for licensed version of the component. |
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. |
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. |
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. |
Site (Inherited from System.ComponentModel.Component) | Gets or sets the ISite of the Component. |
SmartGet | Determines if wodFtpDLX.NET should try to determine remote filename on GetFile command. |
SmartPut | Read-only property that returns current component state. |
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. |
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. |
Version | Shows version information. |
Abort | Aborts current method. |
About | Displays about box. |
AppendFile | Overloaded. Appends to file on the server. |
Connect | Overloaded. Connects to remote server. |
CheckDir | Overloaded. Checks if remote dir exists. |
CreateObjRef (Inherited from System.MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
DeleteFile | Overloaded. Deletes file on the server. |
DeleteFiles | Overloaded. Delete multiple files in a sequence, recursive. |
Disconnect | Overloaded. Disconnects from remote server. |
Dispose (Inherited from System.ComponentModel.Component) | Releases all resources used by the Component. |
GetAttributes | Overloaded. Retrieves file or folder attributes. |
GetFile | Overloaded. Receives file from the server. |
GetFiles | Overloaded. Downloads multiple files in a sequence, recursive. |
GetLifetimeService (Inherited from System.MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
InitializeLifetimeService (Inherited from System.MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
ListDir | Overloaded. Lists contents of a directory on the server. |
ListNames | Overloaded. Lists names in the directory on the server. |
LocalCRC | Overloaded. Calculates integrity check of local file. |
LoopFiles | Overloaded. Loops through multiple files in a sequence, recursive, giving their names. |
MakeDir | Overloaded. Creates directory on the server. |
PutFile | Overloaded. Sends file to the server. |
PutFiles | Overloaded. Uploads multiple files in a sequence, recursive. |
RawSend | Sends raw data to the server. |
RemoteCRC | Overloaded. Requests integrity check of remote file. |
RemoveDir | Overloaded. Removes directory from the server. |
Rename | Overloaded. Renames file or directory on the server. |
StateText | Overloaded. Provides string expression of a state. |
SetAttributes | Overloaded. Sets attributes for a file or folder. |
ToString (Inherited from System.ComponentModel.Component) | Returns a String containing the name of the Component, if any. This method should not be overridden. |
AttributesEvent | Fires when wodFtpDLX.NET retrieves file or directory attributes. |
ConnectedEvent | Fires when wodFtpDLX.NET connects to remote server. |
DisconnectedEvent | Fires when wodFtpDLX.NET disconnects from server. |
Disposed (Inherited from System.ComponentModel.Component) | Adds an event handler to listen to the Disposed event on the component. |
DoneEvent | Fires when wodFtpDLX.NET finishes some method. |
FtpReplyEvent | Fires when wodFtpDLX.NET provides information about executed command and returned reply. |
HostCertificateEvent | Fires when remote FTPS server provides his certificate. |
HostFingerPrintEvent | Fires when remote SFTP server provides hostkey fingerprint. |
ListItemsEvent | Fires when server returns information about file or directory. |
LoginChallengeEvent | Fires when the server requests the response to a login challenge. |
LoopErrorEvent | Fires after wodFtpDLX.NET performs operation on item and error occurs. |
LoopItemEvent | Fires before wodFtpDLX.NET performs operation on file from the GetFiles/PutFiles/DeleteFiles/LoopFiles sequence. |
PreTranslateCommandEvent | Fires before command is sent to FTP server. |
PreTranslateReplyEvent | Fires before wodFtpDLX.NET evaluates received reply from the server. |
ProgressEvent | Fires during file sending or receiving. |
StateChangedEvent | Fires when wodFtpDLX.NET changes its state. |
FtpDLX Class | WeOnlyDo.Client Namespace
© WeOnlyDo Software. All Rights Reserved.