Saturday, September 10, 2011

Download a file from FTP in single command in Bash

I was just looking to download a file in bash from a FTP Server.

The following will work:

wget ftp://<username>:<password>@<ftp-server-url>/<file-name>

No comments: