SocketTools .NET Edition

FtpClient.ftpPortSecure Field

A constant value which specifies the default port number for a secure connection using the SSL or TLS protocols.

[Visual Basic]
Public Const ftpPortSecure As Integer = 990
[C#]
public const int ftpPortSecure = 990;

Remarks

The default port number for a secure connection using SSL/TLS is 990.

See Also

FtpClient Class | SocketTools Namespace