scp a folder from local to remote code example
Example 1: how to copy a file to a remote server using the command line
scp file.txt [email protected]:/remote/directory
Example 2: scp folder from server to local
scp -r [email protected]:/path/to/foo /home/user/Desktop/