Xceed .NET Libraries Documentation
AsyncFtpClient Class Members
Fields  Properties  Methods  Events


Xceed.Ftp Assembly > Xceed.Ftp Namespace : AsyncFtpClient Class

The following tables list the members exposed by AsyncFtpClient.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the AsyncFtpClient class.  
Top
Protected Fields
 NameDescription
Protected Field (Inherited from Xceed.Ftp.FtpClient)
Top
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 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 FtpClient)
Public Property (Inherited from 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 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 FtpClient)
Public PropertyGets the host name used to connect, or an empty string if not connected. (Inherited from 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 FtpClient)
Public PropertyGets the current listing method that is used to retrieve folder contents from the FTP server. (Inherited from FtpClient)
Public PropertyGets a collection of FtpListingParser objects that are used to parse the lines returned by calls to various methods. (Inherited from FtpClient)
Public PropertyGets or sets the local IP address and port from which the FTP client is connected. (Inherited from 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 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 FtpClient)
Public PropertyGets or sets a boolean value indicating if the FTP server must reserve enough space before a file is sent. (Inherited from FtpClient)
Public PropertyGets or sets the proxy client to use for connecting and/or logging in via a proxy server. (Inherited from FtpClient)
Public PropertyGets or sets a value indicating how the data is transferred to and from the FTP server. (Inherited from 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 FtpClient)
Public PropertyGets or sets a boolean value indicating if the TYPE command should be sent before initiating a file transfer. (Inherited from FtpClient)
Public PropertyGets the IP address and port to which the FTP client is connected. (Inherited from FtpClient)
Public PropertyGets or sets the FTP server's folder separator character. (Inherited from FtpClient)
Public PropertyGets a value indicating the current state of the FTP client. (Inherited from FtpClient)
Public PropertyGets or sets the object used to automatically redirect events on the main UI thread. (Inherited from FtpClient)
Public PropertyGets or sets a value, in seconds, indicating after what period of time an FTP operation should timeout. (Inherited from 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 FtpClient)
Public PropertyGets the transfer mode used to send and receive data to and from an FTP server. (Inherited from FtpClient)
Public PropertyGets or sets a value indicating whether to use the remote address. (Inherited from FtpClient)
Top
Public Methods
 NameDescription
Public MethodAborts the current FTP command. (Inherited from Xceed.Ftp.FtpClient)
Public MethodOverloaded. Authenticates and encrypts the current FTP connection. (Inherited from FtpClient)
Public MethodBegins the process of aborting the current FTP command. Don't forget to call EndAbort!  
Public MethodOverloaded. Begins the authentification and encryption of the current FTP connection. Don't forget to call EndAuthenticate!  
Public MethodBegins the process of changing the current working folder of the FTP server. Don't forget to call EndChangeCurrentFolder!  
Public MethodBegins the process of changing the data channel protection. Don't forget to call EndChangeDataChannelProtection!  
Public Method  
Public MethodBegins the process of changing the current working folder of the FTP server to the parent folder. Don't forget to call EndChangeToParentFolder!  
Public MethodBegins the process of changing the transfer mode. Don't forget to call EndChangeTransferMode!  
Public MethodOverloaded. Begins the process of changing the currently logged-in user to the anonymous user without disconnecting from the FTP server. Don't forget to call EndChangeUser!  
Public MethodBegins the process of clearing the command channel. Don't forget to call EndClearCommandChannel!  
Public MethodOverloaded. Begins the connection process of the FTP client to an FTP server on port 21. Don't forget to call EndConnect!  
Public MethodBegins the process of creating a folder on the FTP server. Don't forget to call EndCreateFolder!  
Public MethodBegins the process of deleting a file from the FTP server. Don't forget to call EndDeleteFile!  
Public MethodOverloaded. Begins the processing of deleting a folder from the FTP server. Don't forget to call EndDeleteFolder!  
Public MethodBegins the process of disconnecting the FTP client from the FTP server to which it is connected. Don't forget to call EndDisconnect!  
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public MethodBegins the process of retrieving the current working folder of the FTP server. Don't forget to call EndGetCurrentFolder!  
Public MethodOverloaded. Begins the process of retrieving a direct access to the readonly data stream being received. Don't forget to call EndGetDownloadStream!  
Public MethodOverloaded. Begins the process of retrieving the contents of the current working folder. Don't forget to call EndGetFolderContents!  
Public MethodBegins the process retrieving a list of the extended features that are implemented by the FTP server. Don't forget to call EndGetRawExtendedFeatures!  
Public MethodOverloaded. Begins the process of retrieving an unprocessed, clear text list representing the contents of the current working folder as sent by the FTP server and indicates if the entire listing or only filenames should be retrieved. Don't forget to call EndGetRawFolderContents!  
Public MethodOverloaded. Begins the process of retrieving a direct access to the write-only data stream to send to.  
Public MethodOverloaded. Begins the anonymous login process of the FTP client to the FTP server to which it is connected. Don't forget to call EndLogin!  
Public MethodOverloaded. Begins the process of receiving the specified file from the current working folder and stores it on the local system using the specified path and filename. Don't forget to call EndReceiveFile!  
Public MethodBegins the process of retreiving the files that match the provided file mask from the current working folder and stores them on the local system in the specified folder. Don't forget to call EndReceiveMultipleFiles!  
Public MethodBegins the process of renaming a file on the FTP server. Don't forget to call EndRenameFile!  
Public MethodBegins the process of sending a custom command to the FTP server. Don't forget to call EndSendCustomCommand!  
Public MethodOverloaded. Begins the process of sending the specified file to the FTP server's current working folder and stores it using the same filename. Don't forget to call EndSendFile!  
Public MethodOverloaded. Begins the process of sending the specified file to the FTP server's current working folder and stores it using a unique filename. Don't forget to call EndSendFileToUniqueName!  
Public MethodBegins the process of sending the files that match the provided file mask to the FTP server's current working folder. Don't forget to call EndSendMultipleFiles!  
Public MethodChanges the current working folder of the FTP server. (Inherited from FtpClient)
Public MethodChanges the data channel protection. (Inherited from FtpClient)
Public MethodChanges the current listing method that is used to retrieve folder contents from the FTP server. (Inherited from FtpClient)
Public MethodChanges the current working folder of the FTP server to the parent folder. (Inherited from FtpClient)
Public MethodChanges the current transfer mode. (Inherited from FtpClient)
Public MethodOverloaded. Changes the currently logged-in user to the anonymous user without disconnecting from the FTP server. (Inherited from FtpClient)
Public MethodClears the command channel after login to facilitate firewall NAT when connecting using a secure data channel. (Inherited from FtpClient)
Public MethodOverloaded. Connects the FTP client to an FTP server on port 21. (Inherited from FtpClient)
Public MethodCreate a folder on the FTP server. (Inherited from FtpClient)
Public MethodDeletes a file from the FTP server. (Inherited from FtpClient)
Public MethodOverloaded. Deletes a folder from the FTP server. (Inherited from FtpClient)
Public MethodDisconnects the FTP client from the FTP server to which it is connected. (Inherited from FtpClient)
Public MethodEnds the process of aborting the current FTP command  
Public MethodEnds the authentification and encryption of the current FTP connection.  
Public MethodEnds the process of changing the current working folder of the FTP server.  
Public MethodEnds the change of the data channel protection..  
Public Method  
Public MethodEnds the process of changing the current working folder of the FTP server to the parent folder.  
Public MethodEnds the process of changing the transfer mode.  
Public MethodEnds the process of changing the currently logged-in user.  
Public MethodEnds the clearing of the command channel.  
Public MethodEnds the connection process of the FTP client to an FTP server.  
Public MethodEnds the process of creating a folder on the FTP server.  
Public MethodEnds the process of deleting a file from the FTP server.  
Public MethodEnds the process of deleting a folder from the FTP server.  
Public MethodEnds the process of disconnecting the FTP client from the FTP server to which it is connected.  
Public Methodstatic (Shared in Visual Basic)  
Public MethodEnds the process of retrieving the current working folder of the FTP server.  
Public MethodEnds the process of retrieving a direct access to the readonly data stream being received.  
Public MethodEnds the process of retrieving the contents of the current working folder.  
Public MethodEnds the process of retrieving an unprocessed, clear text list of the extended features that are implemented by an FTP server.  
Public MethodEnds the process of retrieving an unprocessed, clear text list representing the contents of the current working folder  
Public MethodEnds the process of retrieving a direct access to the write-only data stream to send to.  
Public MethodEnds the login process of the FTP client to the FTP server to which it is connected.  
Public MethodEnds the process of receiving a file from the FTP server.  
Public MethodEnds the process of retreiving the files that match the provided file mask from the current working folder and stores them on the local system in the specified folder.  
Public MethodEnds the process of renaming a file on the FTP server.  
Public MethodEnds the process of sending a custom command to the FTP server.  
Public MethodEnds the process of sending a file to the FTP server.  
Public MethodEnds the process of sending a file to the FTP server's current working folder and storing it using a unique filename.  
Public MethodEnds the process of sending the files that match the provided file mask to the FTP server's current working folder.  
Public MethodRetrieves the current working folder of the FTP server. (Inherited from FtpClient)
Public MethodOverloaded. Retrieves a direct access to the readonly data stream being received. (Inherited from FtpClient)
Public MethodOverloaded. Retrieves the contents of the current working folder. (Inherited from FtpClient)
Public MethodRetrieves an unprocessed, clear text list of the extended features that are implemented by an FTP server. (Inherited from FtpClient)
Public MethodOverloaded. Retrieves an unprocessed, clear text list representing the contents of the current working folder as sent by the FTP server and indicates if the entire listing or only filenames should be retrieved. (Inherited from FtpClient)
Public MethodOverloaded. Retrieves a direct access to the write-only data stream to send to. (Inherited from FtpClient)
Public MethodOverloaded. Login the FTP client anonymously to the FTP server to which it is connected. (Inherited from FtpClient)
Public MethodOverloaded. Receives the specified file from the current working folder and stores it on the local system using the specified path and filename. (Inherited from FtpClient)
Public MethodReceives the files that match the provided file mask from the current working folder and stores them on the local system in the specified folder. (Inherited from FtpClient)
Public MethodRenames a file or, if supported, a folder on the FTP server. (Inherited from FtpClient)
Public MethodSends a custom command to the FTP server. (Inherited from FtpClient)
Public MethodOverloaded. Sends the specified file to the FTP server's current working folder and stores it using the same filename. (Inherited from FtpClient)
Public MethodOverloaded. Sends the specified file to the FTP server's current working folder and stores it using a unique filename. (Inherited from FtpClient)
Public MethodSends the files that match the provided file mask to the FTP server's current working folder. (Inherited from FtpClient)
Top
Public Events
 NameDescription
Public EventRaised when an FTP server's certificate was received and verified. (Inherited from Xceed.Ftp.FtpClient)
Public EventRaised when a client certificate is required by the FTP server, or the one provided (if e.Certificate is not a null reference (Nothing in Visual Basic)) was rejected. Note: This event is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP. (Inherited from FtpClient)
Public EventRaised once for every command sent to the FTP server. (Inherited from FtpClient)
Public EventRaised when the FtpClient.Disconnect method is called as well as when the connection is terminated by the FTP server. (Inherited from FtpClient)
Public EventRaised for every 4Kb sent or received during a file transfer. (Inherited from FtpClient)
Public EventRaised when an error occurs while transferring multiple files to or from the FTP server to determine what action should be taken. (Inherited from FtpClient)
Public EventRaised when a listing line is received from the FTP server. (Inherited from FtpClient)
Public EventRaised for each file being received from the FTP server. (Inherited from FtpClient)
Public EventRaised once for each reply received from the FTP server. If a reply contains multiple lines, they will be received as a group. (Inherited from FtpClient)
Public EventRaised for each file being sent to the FTP server. (Inherited from FtpClient)
Public EventRaised when the FtpClient.State of the FTP client changes. (Inherited from FtpClient)
Top
See Also

Reference

AsyncFtpClient Class
Xceed.Ftp Namespace