edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Type of file transfer to use.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public override FileTransferProtocol Protocol { get; set; }
Visual Basic
Public Overrides Property Protocol As FileTransferProtocol
	Get
	Set
Visual C++
public:
virtual property FileTransferProtocol Protocol {
	FileTransferProtocol get () override;
	void set (FileTransferProtocol value) override;
}

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