SecureFTPConnectionSecureConnection Method |
[FTP/FTPS Only] Switches an explicit FTPS connection to secure mode.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic void SecureConnection()
Public Sub SecureConnection
public:
void SecureConnection()
member SecureConnection : unit -> unit
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