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

FileTransferProtocol Enumeration

Specifies types of File Transfer Protocols.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public enum FileTransferProtocol
Members
  Member nameValueDescription
FTP0 Standard FTP over unencrypted TCP/IP connections.
FTPSExplicit1 Explicit FTPS: Standard FTP-over-SSL as defined in RFC4217.
FTPSImplicit2 Implicit FTPS: Nonstandard, legacy version of FTP-over-SSL.
SFTP3 SFTP - SSH File Transfer Protocol.
SCP6 SCP - Secure Copy.
HTTP4 HTTP - standard unencrypted HTTP transfers
See Also