SocketTools .NET Edition

FileTransfer.filePortFTPS Field

A constant value which specifies the default port number for a secure FTP connection using the TLS protocol.

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

Remarks

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

See Also

FileTransfer Class | SocketTools Namespace