| edtFTPnet/Express - Class Reference |
|
ExFTPConnection.Protocol Property
Type of file transfer to use.
Remarks
edtFTPnet/Express offers two types of non-secure file transfer, FTP and HTTP. Secure file transfer protocols are available in edtFTPnet/PRO:
-
FTP -
Traditional unencrypted FTP.
-
FTPSExplicit -
FTP-over-SSL which allows switching between secure and unsecure transfers. edtFTPnet/PRO only.
-
FTPSImplicit -
FTP-over-SSL which simply performs FTP over pure SSL sockets. edtFTPnet/PRO only.
-
SFTP -
SSH File Transfer Protocol. edtFTPnet/PRO only.
-
HTTP -
HTTP File Transfers. Currently, only downloads can be performed.
See Also
ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace