Specifies types of File Transfer Protocols.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public enum FileTransferProtocol |
| Visual Basic |
|---|
Public Enumeration FileTransferProtocol |
| Visual C++ |
|---|
public enum class FileTransferProtocol |
Members
| Member name | Value | Description | |
|---|---|---|---|
| FTP | 0 | Standard FTP over unencrypted TCP/IP connections. | |
| FTPSExplicit | 1 | Explicit FTPS: Standard FTP-over-SSL as defined in RFC4217. | |
| FTPSImplicit | 2 | Implicit FTPS: Nonstandard, legacy version of FTP-over-SSL. | |
| SFTP | 3 | SFTP - SSH File Transfer Protocol. | |
| SCP | 6 | SCP - Secure Copy. | |
| HTTP | 4 | HTTP - standard unencrypted HTTP transfers |