Xceed .NET Libraries Documentation
AsyncFtpClient Class Methods


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

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

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
See Also

Reference

AsyncFtpClient Class
Xceed.Ftp Namespace