[one-liner] Upload file to FTP server using cURL

Published on Author admin
curl -T /path/file.name ftp://serverAddress/path/ --user USER:PASSWORD