Xceed .NET Libraries Documentation
FtpClient Class Methods


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

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

Public Methods
 NameDescription
Public MethodAborts the current FTP command.  
Public MethodOverloaded. Authenticates and encrypts the current FTP connection.  
Public MethodChanges the current working folder of the FTP server.  
Public MethodChanges the data channel protection.  
Public MethodChanges the current listing method that is used to retrieve folder contents from the FTP server.  
Public MethodChanges the current working folder of the FTP server to the parent folder.  
Public MethodChanges the current transfer mode.  
Public MethodOverloaded. Changes the currently logged-in user to the anonymous user without disconnecting from the FTP server.  
Public MethodClears the command channel after login to facilitate firewall NAT when connecting using a secure data channel.  
Public MethodOverloaded. Connects the FTP client to an FTP server on port 21.  
Public MethodCreate a folder on the FTP server.  
Public MethodDeletes a file from the FTP server.  
Public MethodOverloaded. Deletes a folder from the FTP server.  
Public MethodDisconnects the FTP client from the FTP server to which it is connected.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Directs two specified FTP clients to perform a FXP (server to server) file transfer from the specified source FTP server to the specified destination FTP server.  
Public MethodRetrieves the current working folder of the FTP server.  
Public MethodOverloaded. Retrieves a direct access to the readonly data stream being received.  
Public MethodOverloaded. Retrieves the contents of the current working folder.  
Public MethodRetrieves an unprocessed, clear text list of the extended features that are implemented by an FTP server.  
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.  
Public MethodOverloaded. Retrieves a direct access to the write-only data stream to send to.  
Public MethodOverloaded. Login the FTP client anonymously to the FTP server to which it is connected.  
Public MethodOverloaded. Receives the specified file from the current working folder and stores it on the local system using the specified path and filename.  
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.  
Public MethodRenames a file or, if supported, a folder on the FTP server.  
Public MethodSends a custom command to the FTP server.  
Public MethodOverloaded. Sends the specified file to the FTP server's current working folder and stores it using the same filename.  
Public MethodOverloaded. Sends the specified file to the FTP server's current working folder and stores it using a unique filename.  
Public MethodSends the files that match the provided file mask to the FTP server's current working folder.  
Top
See Also

Reference

FtpClient Class
Xceed.Ftp Namespace