Answers for "upload file ssh"

3

command line upload file ssh

scp <file to upload> <username>@<hostname>:<destination path>
Posted by: Guest on April-15-2021
0

upload file ssh

scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2
Posted by: Guest on December-08-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language