An NDoc Documented Class Library |
|
FTPConnection.Protocol Property
Type of file transfer to use.
Remarks
Protocols supported in this class are:
-
FTP -
Traditional unencrypted FTP.
-
FTPSExplicit -
FTP-over-SSL which allows switching between secure and unsecure transfers.
-
FTPSImplicit -
FTP-over-SSL which simply performs FTP over pure SSL sockets.
-
SFTP -
SSH File Transfer Protocol.
-
HTTP -
HTTP File Transfers.
See Also
FTPConnection Class | EnterpriseDT.Net.Ftp Namespace