You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SCP
scp [-P# -r] $file(s)/$dir user@IP/$hostname:/tmp
IP/$hostname:/tmp -> ip or hostname -> tmp is just an example of directory
-p# -> port number
-P# -> port number -r -> port number recursive
$file(s)/$dir -> file, files or directory
The text was updated successfully, but these errors were encountered:
A few suggestions to you manual:
Which is already very good.
Algunas sugestiones para su manual
que ya es muy bueno.
SSH
ssh -l $USER IP/$hostname
ssh [-p#] -l $USER IP/$hostname
ssh [-p#] user@ip/$hostname:~
SCP
scp [-P# -r] $file(s)/$dir user@IP/$hostname:/tmp
IP/$hostname:/tmp -> ip or hostname -> tmp is just an example of directory
-p# -> port number
-P# -> port number -r -> port number recursive
$file(s)/$dir -> file, files or directory
The text was updated successfully, but these errors were encountered: