Catalyst File Transfer .NET

FileTransfer.filePortFTPS Field

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

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

Remarks

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

See Also

FileTransfer Class | SocketTools Namespace