edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionProtocol Property

Type of file transfer to use.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override FileTransferProtocol Protocol { get; set; }

Property Value

FileTransferProtocol

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