Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FTP 工具栏
在图片上,您可以看到我的测试项目的 GUI。我想做的是:
在行编辑中输入一个 ftp-url,连接/断开与 FTP 服务器的连接,当我连接时,从服务器加载一个文件(左侧的按钮)。
我有 Qt 5.9,但我找不到任何包含 QFtp 的东西。
我该如何解决这个问题?
请检查QStringList QNetworkAccessManager::supportedSchemes()方法输出。您可能会在此处看到ftp,并且可以使用常规QNetworkRequest类来访问 ftp。