Howto implement SFTP with Qt/QNetworkAccessManager (C++)

前端 未结 4 1528
南方客
南方客 2021-02-05 22:43

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

4条回答
  •  无人共我
    2021-02-05 23:29

    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.

提交回复
热议问题