I\'m new to Qt and I would like to implement FTP and SFTP support for my software.
As I googled I discovered that there doesn\'t exist a sftp library for Qt but it should be pos
You need a custom implementation for each protocol. But we can create a class like QHttp which will do that. There are several protocols that has similar semantic, but not all. So, if you want write it, tell me and I help you.