SCP Options
Options | Description |
---|---|
scp -r |
Recursively copy entire directories |
scp -C |
Compresses data |
scp -v |
Prints verbose info |
scp -P 8080 |
Uses a specific Port |
scp -B |
Batch mode (Prevents password) |
scp -p |
Preserves times and modes |
Comments