scp folder code example
Example 1: scp all files in directory
scp -r myfoldername [email protected]:/home/myfoldername
Example 2: copy from remote to local
scp file.txt [email protected]:/remote/directory
Example 3: scp folder
scp -r [email protected]:/path/to/foo /home/user/Desktop/