Renci.SshNet.Sftp.Responses.SftpVersionResponse
namespace Renci.SshNet.Sftp.Responses
{
internal sealed class SftpVersionResponse : SftpMessage
{
public uint Version { get; set; }
public IDictionary<string, string> Extentions { get; set; }
public SftpVersionResponse();
}
}