QProcess и SSHC++

Программы на C++. Форум разработчиков
Anonymous
QProcess и SSH

Сообщение Anonymous »

Я пытаюсь запустить ssh-сессию с QProcess:
'''

Код: Выделить всё

QProcess pr;
// connecting readyRead and Reading is done in other functions
pr.setProgramm = "ssh"
pr.setArguments = QStringList() 

Подробнее здесь: [url]https://stackoverflow.com/questions/79791445/qprocess-and-ssh[/url]

Вернуться в «C++»