handshake property
Future<SftpHandsake>
get
handshake
The handshake information received from the server.
Implementation
Future<SftpHandsake> get handshake => _handshake.future;
The handshake information received from the server.
Future<SftpHandsake> get handshake => _handshake.future;