#TIL : FTP via curl tool


03 Dec 2015 / by KhanhIceTea

Can upload an file via FTP by curl tool with handy script :

curl -T file_need_to_upload ftp://hostname --user user:passwd

Sound good ?