I was just looking to download a file in bash from a FTP Server.
The following will work:
The following will work:
wget ftp://<username>:<password>@<ftp-server-url>/<file-name>
wget ftp://<username>:<password>@<ftp-server-url>/<file-name>