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-uploader,我正在使用 pycurl 和 python,但我不知道如何在 ftp 的主机上使用 cURL 创建文件夹。请帮帮我。
您可以在上传文件时使用 curl 选项:--ftp-create-dirs
前任:
curl --ftp-create-dirs -T uploadfilename -u username:password ftp://sitename.com/directory/myfile