Code Element Df
Download Files from Server to Local with SSH
Use the following command to copy directories recursively from your remote server to local machine via SSH.
$ scp -r user@server:../../path/to/remote/directory/ /path/to/local/directory/
Use the following command to copy directories recursively from your remote server to local machine via SSH.
$ scp -r user@server:../../path/to/remote/directory/ /path/to/local/directory/