이름 |
설명 |
DirectoryListItem |
|
DirectoryListParser |
Based on Adarsh's code: http://blogs.msdn.com/adarshk/archive/2004/09/15/230177.aspx |
FileToTransfert |
|
FileTransfert |
|
FtpCommandException |
FTP exception generated by a command with a return code >= 400, as stated in RFC 959. |
FtpException |
Base FTP exception class. |
FtpOperationCancelledException |
Exception indicating that a command or set of commands have been cancelled by the caller, via a callback method or event. |
FtpProtocolException |
|
FtpReply |
|
FtpReplyParseException |
|
FtpSslException |
FTP exception related to the SSL/TLS support |
FtpStream |
Incapsulates a Stream used during FTP get and put commands. |
FtpsClient |
Class used to connect to an FTP/FTPS server. The main goal of this class is to provide a complete and easy to use FTP client connection, implementing SSL/TLS extension and providing tested compatibility to the main FTP server products. Implemented RFCs: 959, 2228, 2389, 2428, 2640, 3659, 4217. Not all commands described in the above RFCs are implemented at the current stage. |
LogCommandEventArgs |
|
LogServerReplyEventArgs |
|
PathCheck |
|
SslInfo |
Encapsulates the SSL/TLS algorithms connection information. |