03 Dec 2015 • #til#TIL : FTP via curl tooltil curl ftp sysadminCan upload an file via FTP by curl tool with handy script :curl -T file_need_to_upload ftp://hostname --user user:passwdEnjoyed this post?If you found this helpful, consider sharing it or leaving a kudo!0 kudos
Can upload an file via FTP by curl tool with handy script :curl -T file_need_to_upload ftp://hostname --user user:passwd