Answers for "linux scp"

22

scp send file

scp ./file.txt remote_username@remote_ip:/remote/directory
Posted by: Guest on March-03-2020
9

using scp

scp [email protected]:/remote/file.txt /local/directory
Posted by: Guest on August-06-2020
5

linux scp

scp -r -p chemin/vers/dossier/source user@serveur2:chemin/vers/dossier/destination
Posted by: Guest on April-02-2020
1

scp command in unix

scp [options] username1@source_host:directory1/filename1 username2@destination_host:directory2/filename2
Posted by: Guest on May-11-2020
0

scp command

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