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.
嗨,您如何使用带有 libcurl 的通配符上传多个文件?例如,我创建了三个文件, file1.txt, file2.txt, file3.txt. 我想用"file"他们的名字上传这些文件,使用通配符,比如file*. 顺便说一句,我正在使用C。
file1.txt, file2.txt, file3.txt
"file"
file*
您需要编写遍历本地文件的代码,然后使用 libcurl 将它们一一上传。