edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Type of secure FTP to use.

Namespace: EnterpriseDT.Net.Ftp.Pro
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 8.0.0.20

Syntax

C#
public ProFTPType SecureFTPType { get; set; }
Visual Basic
Public Property SecureFTPType As ProFTPType
	Get
	Set
Visual C++
public:
property ProFTPType SecureFTPType {
	ProFTPType get ();
	void set (ProFTPType value);
}

Remarks

edtFTPnet/PRO offers three types of FTP:
  • 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.

See Also