2014-05-02 60 views

回答

0

下載:

wget <the url> 

上傳:

curl -F "[email protected];filename=nameinpost" url.com 
wget --header="Content-type: multipart/form-data boundary=FILEUPLOAD" --post-file postfile <url with uploadform> 

既然您已發佈一個通用的問題,所以請把它作爲通用的答案。