Answers for "scp command in unix"

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