|
|
Ftp
|
The FtpClient type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
ActiveAddress | Gets or sets the IP address to send with the PORT command. |
|
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component) |
|
|
CaseInsensitive | Gets or sets FTP case sensitivity of file and directory names. |
|
|
Container | Gets the IContainer that contains the Component. (Inherited from Component) |
|
|
ControlChannel | Gets the current FTP control channel. |
|
|
CurrentDirectory | Gets or sets current FTP session directory. |
|
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component) |
|
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component) |
|
|
IsBusy | Returns true if FTP session is currently busy. |
|
|
IsConnected | Returns true if FTP session is currently connected. |
|
|
MaxActivePort | Gets or sets the maximum value in the range of ports used when listening for connections in active mode. |
|
|
MinActivePort | Gets or sets the minimum value in the range of ports used when listening for connections in active mode. |
|
|
Passive | Gets or sets the passive/active mode of the server. |
|
|
Port | Gets or sets FTP server port to use, defaults to 21. |
|
|
RootDirectory | Gets FTP session root directory entry. |
|
|
Server | Gets or sets FTP server name (DNS name or IP). |
|
|
Site | Gets or sets the ISite of the Component. (Inherited from Component) |
|
|
Timeout | Gets or sets the timeout, in milliseconds, for read and write operations, defaults to 30 seconds. |
|
|
WaitLockTimeout | Gets or sets maximum number of seconds to wait for read lock for files to be uploaded. Defaults to 10 seconds. |