mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00: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
|