Your ads will be inserted here by
Easy Plugin for AdSense.
Please go to the plugin admin page to
Paste your ad code OR
Suppress this ad slot.
curl -u user:password ‘ftp://remotefile/myfile.csv’ -o ~/Downloads/myfile.csv
curl -o ~/Downloads/myfile.csv -u ‘username’:’password’ sftp://remotefile/myfile.csv
NOTE: using password in command-line are not good idea from security point of view.