Command-line upload and download on linux
[WARNING] This will expose unencrypted the login credentials.
To upload :
$> curl -T my-local-file.txt ftp://ftp.domain.com --user username:password
To download :
$> curl -uusername ftp://ftp.domain.com/myfile > savehere.txt
Recent Comments