🎃 Valiukas

jump to main content

scp: download and upload a directory

Oct 13, 2022

# 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