[one-liner] Upload file to FTP server using cURL Published on 2017-03-29 Author admin curl -T /path/file.name ftp://serverAddress/path/ --user USER:PASSWORD