The Protocol module contains the definitions for all supported SFTP protocol versions.
Instantiates and returns a new protocol driver instance for the given protocol version. session must be a valid SFTP session object, and version must be an integer. If an unsupported version is given, an exception will be raised.
[Validate]