Click or drag to resize

FtpClient Properties

The FtpClient type exposes the following members.

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