Folder Transfer SSH

# -r
scp -r [email protected]:/path/to/remote/source /path/to/local/destination
JulesG10