ExFTPConnectionProtocol Property
Type of file transfer to use.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override FileTransferProtocol Protocol { get; set; }
Public Overrides Property Protocol As FileTransferProtocol
Get
Set
public:
virtual property FileTransferProtocol Protocol {
FileTransferProtocol get () override;
void set (FileTransferProtocol value) override;
}
abstract Protocol : FileTransferProtocol with get, set
override Protocol : FileTransferProtocol with get, set
Property Value
FileTransferProtocol
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.