Outils pour utilisateurs

Outils du site


tech:notes_scp

Notes scp

Voir :

Voir aussi :

  • sftp

Remote to remote

#scp -3 -P 2222 ruser1@rhost1:/rpath/1 scp://ruser2@rhost2:2222//rpath/2
 
# Chemin absolut
scp -3 scp://ruser1@rhost1:2222//rpath/1 scp://ruser2@rhost2:2222//rpath/2
 
# Chemin relatif
scp -3 scp://ruser1@rhost1:2222/rpath/1 scp://ruser2@rhost2:2222/rpath/2

Scp avec Windows

sshpass -e scp -P 2222 administrateur@192.168.1.20:c:/Temp/plop.txt /tmp
tech/notes_scp.txt · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki