【发布时间】:2014-03-01 10:46:36
【问题描述】:
我知道如何从 HTTP 服务器检测和恢复下载(请参阅 Is it possible to detect the resume-able links via QNetworkAccessManager 和我在 https://github.com/parsley72/QtDownloadManager 的示例代码),但我如何从 FTP 服务器执行相同操作?
【问题讨论】:
-
我已将我的解决方案添加到我的示例代码中:github.com/parsley72/QtDownloadManager
标签: qt ftp network-programming