FTP file upload using CURL Nov 13, 2013 | Quick Tips | 3 commentsThe 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...