edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

SecureFTPConnectionProtocol Property

Type of secure FTP to use.

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

Property Value

Type: FileTransferProtocol
Remarks
Four types of file transfer are available:
  • 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, which are secure file transfers via SSH.
See Also