edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[FTP/FTPS Only] Switches an explicit FTPS connection to secure mode.

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

Syntax

C#
public void SecureConnection()
Visual Basic
Public Sub SecureConnection
Visual C++
public:
void SecureConnection()

Remarks

It is not necessary to call this method if AutoSecure is set to true (the default) since this is then automatically done when the original connection is made. It is only necessary to do this if AutoSecure is set to false and the user wishes to manually control when the connection is switched to secure mode.

See Also