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.
我对使用 qftp 进行多个文件传输有疑问。没有直接的方法可以使用 qftp 类传输多个文件。好吧,我在 QFTP 中使用带有“rawCommand”的任意 ftp 命令“mput”进行了尝试。但这对我不起作用。
请告诉我如何使用 qftp 进行多文件传输。
谢谢,
使用 for 循环,并为每次迭代开始新的传输。然后在最后收集所有 commandFinished() 信号。
QFtp 异步工作。如果一个操作不能立即执行,该操作将自动安排在以后执行。预定操作的结果通过信号报告。