Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / AsyncFtpClient Class


In This Topic
    AsyncFtpClient Class Properties
    In This Topic

    For a list of all members of this type, see AsyncFtpClient members.

    Public Properties
     NameDescription
    Public Property (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets a boolean value indicating if the FTP client is currently performing an FTP operation. For detailed state information, consult the FtpClient.State property. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets a boolean value indicating if the FTP client is connected to an FTP server. For detailed state information, consult the FtpClient.State property. (Inherited from Xceed.Ftp.FtpClient)
    Public Property (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets the System.Text.Encoding that is used to encode commands sent to the server, and decode replies and folder listings received from the server. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets a Boolean value indicating if FXP file transfers use the passive method or not to initiate the data connection. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets the host name used to connect, or an empty string if not connected. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets the interval, in seconds, at which a NOOP command is sent on the command channel during a file transfer. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets the current listing method that is used to retrieve folder contents from the FTP server. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets a collection of FtpListingParser objects that are used to parse the lines returned by calls to various methods. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets the local IP address and port from which the FTP client is connected. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets the IP address and port of the client-side data connection to use in subsequent data connections. If FtpClient.PassiveTransfer is false, this property represents the address of the client-side listening socket waiting for the server’s data connection request. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets a boolean value indicating if the FTP client should initiate the data connection rather than the FTP server. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets a boolean value indicating if the FTP server must reserve enough space before a file is sent. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets the proxy client to use for connecting and/or logging in via a proxy server. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets a value indicating how the data is transferred to and from the FTP server. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets a value indicating if the Telnet interrupt signal should be sent before the QUIT command is sent to an FTP server, allowing an FTP server to be notified that the connection will be terminated. This property does not apply to the Compact Framework. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets a boolean value indicating if the TYPE command should be sent before initiating a file transfer. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets the IP address and port to which the FTP client is connected. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets the FTP server's folder separator character. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets a value indicating the current state of the FTP client. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets the object used to automatically redirect events on the main UI thread. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets a value, in seconds, indicating after what period of time an FTP operation should timeout. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets the System.IO.TextWriter which will trace the connection/deconnection process as well as the commands and replies sent to and received from the FTP server. (Inherited from Xceed.Ftp.FtpClient)
    Public Property (Inherited from Xceed.Ftp.FtpClient)
    Public Property (Inherited from Xceed.Ftp.FtpClient)
    Public Property (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets the transfer mode used to send and receive data to and from an FTP server. (Inherited from Xceed.Ftp.FtpClient)
    Public PropertyGets or sets a value indicating whether to use the remote address. (Inherited from Xceed.Ftp.FtpClient)
    Top
    See Also