LumiSoft Mail Server User API
FTP_Client Class
Namespaces > LumiSoft.Net.FTP.Client > FTP_Client
Ftp client.
Syntax
C#Visual BasicManaged C++
public class FTP_Client : IDisposable
Public Class FTP_Client _
	Implements IDisposable
public ref class FTP_Client : IDisposable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
FTP_Client

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)