til

#TIL : FTP via curl tool

I learned on 2015-12-03 about curl, ftp, sysadmin

Can upload an file via FTP by curl tool with handy script :

curl -T file_need_to_upload ftp://hostname --user user:passwd

Enjoyed this?

Leave a kudo — it means a lot.

0