Answers for "copy file html to ssh from local"

3

copy file from ssh to local

scp username@remoteHost:/remote/dir/file.txt /local/dir/
Posted by: Guest on June-17-2021
0

copy file from ssh server to local

scp host_name:file_server path_local
Posted by: Guest on February-25-2021

Code answers related to "copy file html to ssh from local"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language