mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 20:48:28 +00:00
Updated few variable names
This commit is contained in:
parent
820e382283
commit
a4fe0a3bb0
1 changed files with 3 additions and 3 deletions
|
@ -143,13 +143,13 @@ openssl enc -aes-256-cbc -d -in <sample-encrypted> -out <sample-filename>
|
||||||
% Shell Server
|
% Shell Server
|
||||||
|
|
||||||
# Access via ssh
|
# Access via ssh
|
||||||
ssh <username@remote>
|
ssh <username-remote>
|
||||||
|
|
||||||
# Copy file from server to local
|
# Copy file from server to local
|
||||||
scp <username@remote>:<file-to-send-path> <path-to-recieve>
|
scp <username-remote>:<file-to-send-path> <path-to-recieve>
|
||||||
|
|
||||||
# Copy file from local to server
|
# Copy file from local to server
|
||||||
scp <file-to-send> <username@remote>:<where-to-put>
|
scp <file-to-send> <username-remote>:<where-to-put>
|
||||||
|
|
||||||
# Escape files with spaces in name like this
|
# Escape files with spaces in name like this
|
||||||
<-path-to-file>\\\ <name-png>
|
<-path-to-file>\\\ <name-png>
|
||||||
|
|
Loading…
Add table
Reference in a new issue