====== Ubuntu - wget - FTP Download ====== You can use wget to perform FTP download as shown below. ===== Anonymous FTP download ===== wget ftp-url ---- ===== FTP download with username and password authentication ===== wget --ftp-user=USERNAME --ftp-password=PASSWORD DOWNLOAD-URL