SocketTools .NET Edition

FtpClient.ftpPortSSH Field

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

[Visual Basic]
Public Const ftpPortSSH As Integer = 22
[C#]
public const int ftpPortSSH = 22;

Remarks

The default port number for a secure connection using SSH is 22.

See Also

FtpClient Class | SocketTools Namespace