Gets or Sets should an SSL/TLS connection be used.

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

C#
public bool EnableSsl { get; set; }
Visual Basic (Declaration)
Public Property EnableSsl As Boolean
Visual C++
public:
property bool EnableSsl {
	bool get ();
	void set (bool value);
}

See Also