Ftp client.
| C# | Visual Basic | Managed C++ |
public class FTP_Client : IDisposable
Public Class FTP_Client _ Implements IDisposable
public ref class FTP_Client : IDisposable
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| FTP_ClientNew() |
Default connection.
| |
| Authenticate(String, String) |
Authenticates user.
| |
| Authenticated |
Gets if ftp client is authenticated.
| |
| Connect(String, Int32) |
Connects to specified host.
| |
| Connected |
Gets if ftp client is connected.
| |
| CreateDir(String) |
Creates directory.
| |
| DeleteDir(String) |
Deletes directory.
| |
| DeleteFile(String) |
Deletes specified file or directory.
| |
| Disconnect() |
Disconnects from active host.
| |
| Dispose() |
Clears resources and closes connection if open.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetList() |
Gets directory listing.
| |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PassiveMode |
Gets data connection mode.
Passive - client connects to ftp server.
Active - ftp server connects to client.
| |
| ReceiveFile(String, String) |
Recieves specified file from server.
| |
| ReceiveFile(String, Stream) |
Recieves specified file from server.
| |
| RenameDir(String, String) |
Renames directory.
| |
| RenameFile(String, String) |
Renames specified file or directory.
| |
| SetCurrentDir(String) |
Sets current directory.
| |
| StoreFile(String) |
Stores specified file to server.
| |
| StoreFile(Stream, String) |
Stores specified file to server.
| |
| ToString() | (Inherited from Object.) |
| Object | |
| FTP_Client | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)