Hello,
I am trying to upload one file with Curl to my website.
Information:
---------------
Host Name: user1.host.com
user ID : user001
Ftp Password : test1
Location to upload :
http://www.test.com/downloadsupload file name: chk.zip
I tried this way :-
curl -u user001:test1 -T chk.zip --url user1.host.com -L
http://www.test.com/downloads Error Geting from curl :
" Method Not Allowed
The requested method PUT is not allowed for the URL /chk.zip. "
Please provide me with some solution will be appreciated.
Start Free Trial