Philip Schuchardt

Results 15 issues of Philip Schuchardt

This removes the reference counting on libssh2_init() and libssh2_exit() If a instance of Ssh2Client is ever created, then connection is mad with QCoreApplication to exit libssh2 using libssh2_exit()

For example: ``` { SSh2Client client1 (settings) // ... Do stuff with client1 } { Ssh2Client client2 (settings) // ... Do stuff with client2, this will crash on windows }...

Ssh2Channel is missing when including Ssh2Client.h