FileTransferProtocol Enumeration |
Specifies types of File Transfer Protocols.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic enum FileTransferProtocol
Public Enumeration FileTransferProtocol
public enum class FileTransferProtocol
type 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
|
See Also