Command Line / Terminal
Copy files and folders over SSH
Copy remote directory to local
scp -r [email protected]:/path/to/remote /path/to/local/
Copy local file to remote
scp /path/to/local/ [email protected]:/path/to/remote
Copy remote directory to local
scp -r [email protected]:/path/to/remote /path/to/local/
Copy local file to remote
scp /path/to/local/ [email protected]:/path/to/remote