An NDoc Documented Class Library

FileTransferProtocol Enumeration

Specifies types of File Transfer Protocols.

public enum FileTransferProtocol

Members

Member Name Description
FTP Standard FTP over unencrypted TCP/IP connections.
FTPSExplicit Explicit FTPS: Standard FTP-over-SSL as defined in RFC4217.
FTPSImplicit Implicit FTPS: Nonstandard, legacy version of FTP-over-SSL.
SFTP SFTP - SSH File Transfer Protocol.

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

EnterpriseDT.Net.Ftp Namespace