Qt code to get list of files from ftp server using QNetworkAccessManager

前端 未结 1 805
温柔的废话
温柔的废话 2020-12-11 02:26

I am writing a simple FTP client in Qt. I am using Qt 5.0.

I have written a code to download and upload files using

相关标签:
1条回答
  • 2020-12-11 03:13

    You still need to use QFtp if you need to list the content of a remote directory, because QNetworkAccessManager doesn't handle that part yet.

    QFtp has been moved as a standalone module, that you can download or checkout from the gitorious repository: https://qt.gitorious.org/qt/qtftp (click on "Source tree" then "Download master..." to download).

    0 讨论(0)
提交回复
热议问题