QtSsh
QtSsh copied to clipboard
Qt Library Wrapper to libssh2
CMake Error at qtssh/CMakeLists.txt:77 (target_link_libraries): Target "QtSsh" links to: Qt6::Network but the target was not found. Possible reasons include: * There is a typo in the target name. * A...
I include linssh2 and this pri in my project,but i don't know how to set up.How can i launch a sftp connnect and upload files?Any example?
today when i try to build all the project of QtSsh the whole project, i meet the problem like this: /home/hdh/workspace/QtSsh/examples/filesystem_model.cpp: In member function 'void MainWindow::onHostEdited()': /home/hdh/workspace/QtSsh/examples/filesystem_model.cpp:35:62: error: no matching...
Hello. Thank you for publishing the library. I have the next issue: When I'm trying to connect to unavailable host the error QAbstractSocket::NetworkError is happening ``` void SshClient::_tcperror(QAbstractSocket::SocketError err) {...