mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 03:23:05 +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
|
||||
|
||||
# Access via ssh
|
||||
ssh <username@remote>
|
||||
ssh <username-remote>
|
||||
|
||||
# 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
|
||||
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
|
||||
<-path-to-file>\\\ <name-png>
|
||||
|
|
Loading…
Reference in a new issue