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.
假设文件路径是:/root/info.txt
serverPath = "/root/info.txt"; QFile file("ftp://host"+serverPath)
原来文件打不开如何通过QFile打开服务器上的文件