Download all files and folders from remote FTP server

This is a useful command that will download all files and folders from a remote FTP server:

wget -r --ftp-user="username" --ftp-password="password" ftp://remote.server.hostname/path/to/files/*
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

HOWTO install Gnome and VNC on your Linux VPS

Install Gnome Desktop, VNC Server and Xterm: yum groupinstall gnome-desktop yum install...

SSH without passwords

If you need quick access from your linux desktop to the VPS there is an easy solution that won't...

How to move a website without downtime

You have a website you need to move to a new web server on a new IP address. You intend to keep...

How to move a website without downtime

You have a website you need to move to a new web server on a new IP address. You intend to keep...

Plesk, Qmail and Spamdyke

Spamdyke installation is quick and easy. It seamlessly installs between Plesk and Qmail. Below we...