Month: November 2013
-
FTP file upload using CURL
The command is very very simple: just type curl -T localfile.ext ftp://username:[email protected]/remotedir/ If you want to use a different destination filename just add it at the end: curl -T localfile.ext ftp://username:[email protected]/remotedir/remotefile.zip