scp: download and upload a directory
# Download scp -r [email protected]:/path/to/remote/source /path/to/local/destination # Upload scp -r /path/to/local/source [email protected]:/path/to/remote/destination
# Download scp -r [email protected]:/path/to/remote/source /path/to/local/destination # Upload scp -r /path/to/local/source [email protected]:/path/to/remote/destination