Sftp.ProtocolVersion Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
ProtocolVersion
Gets the SFTP protocol version used by this session. This information is only available on fully initialized and authenticated sessions.
Declaration
public int ProtocolVersion { get; }
Property Value
Type | Description |
---|---|
Int32 | SFTP protocol version. |