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アップローダーを作成する必要があります。pycurlとpythonを使用していますが、ftpのホストでcURLを使用してフォルダーを作成する方法がわかりません。お願い助けて。
ファイルのアップロード中にcurlオプションを使用できます:--ftp-create-dirs
元:
curl --ftp-create-dirs -T uploadfilename -u username:password ftp://sitename.com/directory/myfile