Jun
3
2008
Ftp using curl
888 views
This post just a reminder for me, as every time I need it, I look through the manual for options, to send a file through FTP using the command curl
$ curl ftp://server/Path/To/Destenation -T FileToUpload -u username:password
I just keep forgetting it, hope it would help someone else

