Код: Выделить всё
using (SftpClient client = new SftpClient(sftpHost, sftpPort, sftpUser, sftpPassword))
{
client.Connect();
}
Renci.SshNet.Common.SshConnectionException: Server ответ не содержит идентификатора протокола SSH
Подробнее здесь: https://stackoverflow.com/questions/545 ... nexception
Мобильная версия