, including all inherited members.
Ascii() | DotNX::Ftp::Client | |
Client() | DotNX::Ftp::Client | |
Client(ILogger log) | DotNX::Ftp::Client | |
Client(string server, int srvPort, string user, string password, ILogger log) | DotNX::Ftp::Client | |
Client(string server, string user, string password) | DotNX::Ftp::Client | |
Client(string server, int srvPort, string user, string password) | DotNX::Ftp::Client | |
Client(string server, string user, string password, ILogger log) | DotNX::Ftp::Client | |
Close() | DotNX::Ftp::Client | |
DeleteFile(String remoteFileName) | DotNX::Ftp::Client | |
DisposableBase() | DotNX::Core::DisposableBase | |
Dispose(bool disposing) | DotNX::Ftp::Client | [protected, virtual] |
DotNX::Core::DisposableBase::Dispose() | DotNX::Core::DisposableBase | |
GetConnection() | DotNX::Ftp::Client | |
GetCurrentDir() | DotNX::Ftp::Client | |
ListDir() | DotNX::Ftp::Client | |
ListDir(string dir) | DotNX::Ftp::Client | |
ListDirEx() | DotNX::Ftp::Client | |
ListDirEx(string dir) | DotNX::Ftp::Client | |
MakeDir(string directoryName) | DotNX::Ftp::Client | |
Mode | DotNX::Ftp::Client | |
MoveFile(string remoteFileName, string toRemotePath) | DotNX::Ftp::Client | |
Open(string server, int srvPort, string user, string password) | DotNX::Ftp::Client | |
Open(string server, string user, string password) | DotNX::Ftp::Client | |
RecvFile(string remoteFileName, Representation repr) | DotNX::Ftp::Client | |
RecvFile(string remoteFileName) | DotNX::Ftp::Client | |
RecvFile(string remoteFileName, string localFileName, Representation repr) | DotNX::Ftp::Client | |
RecvFile(string remoteFileName, string localFileName) | DotNX::Ftp::Client | |
RecvStream(string remoteFileName, Stream stream, Representation repr) | DotNX::Ftp::Client | |
RecvStream(string remoteFileName, Stream stream) | DotNX::Ftp::Client | |
RemoveDir(string directoryName) | DotNX::Ftp::Client | |
RenameFile(string fromRemoteFileName, string toRemoteFileName) | DotNX::Ftp::Client | |
ReprType(Representation repr) | DotNX::Ftp::Client | |
SendFile(string localFileName, Representation repr) | DotNX::Ftp::Client | |
SendFile(string localFileName) | DotNX::Ftp::Client | |
SendFile(string localFileName, string remoteFileName, Representation repr) | DotNX::Ftp::Client | |
SendFile(string localFileName, string remoteFileName) | DotNX::Ftp::Client | |
SendStream(Stream stream, string remoteFileName, Representation repr) | DotNX::Ftp::Client | |
SendStream(Stream stream, string remoteFileName) | DotNX::Ftp::Client | |
SetCurrentDir(string dir) | DotNX::Ftp::Client | |
UpCurrentDir() | DotNX::Ftp::Client | |