mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-25 04:38:51 -08:00
6 lines
252 B
Bash
6 lines
252 B
Bash
##############################################################################
|
|
# UBUNTU
|
|
##############################################################################
|
|
|
|
scp /path/to/file user@server:/path/to/destination # Copy file from local to server
|