Type of file transfer to use.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public virtual FileTransferProtocol Protocol { get; set; } |
| Visual Basic |
|---|
Public Overridable Property Protocol As FileTransferProtocol Get Set |
| Visual C++ |
|---|
public: virtual property FileTransferProtocol Protocol { FileTransferProtocol get (); void set (FileTransferProtocol value); } |
Remarks
Protocols supported in this class are:
- FTP - Traditional unencrypted FTP.
- FTPSExplicit - FTP-over-SSL which allows switching between secure and unsecure transfers.
- FTPSImplicit - FTP-over-SSL which simply performs FTP over pure SSL sockets.
- SFTP - SSH File Transfer Protocol.
- HTTP - HTTP File Transfers.