dis – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 8 Results  www.showroomprivegroup.com
  SCP : Transfert sécuris...  
scp -r /mon monutilisateur@ip.dis.tan.te:~
scp -r /my myuser@re.mo.te.ip:~
  SCP : Transfert sécuris...  
scp -r monutilisateur@ip.dis.tan.te:~/mon /
scp -r myuser@re.mo.te.ip:~/my /
  SCP : Transfert sécuris...  
scp /mon/fichier.txt monutilisateur@ip.dis.tan.te:~
scp /my/file.txt myuser@re.mo.te.ip:~
  SCP : Transfert sécuris...  
scp monutilisateur@ip.dis.tan.te:~/fichier.txt /mon/
scp myuser@re.mo.te.ip:~/file.txt /my/
  ✎ SCP : Transfert sécur...  
===== SCP : Transfert sécurisé de fichier sur le réseau ===== SCP, pour Secure [[serveur-dedie:rescue:CoPy]], est un logiciel basé sur SSH pour permettre la copie de fichiers entre machines UNIX/Linux. Inclus par défaut avec [[serveur-dedie:rescue:OpenSSH]] et le daemon SSH de toutes les distributions Linux & *BSD majeures, sur le port 22 par défaut.
===== SCP : Secure file transfer over the network ===== SCP, for Secure CoPy, is an SSH based software that allows you to copy files between UNIX/Linux machines. It is included in OpenSSH and the SSH daemon on all mayor Linux & *BSD distributions, listening on port 22 by default. ==== Usage ==== SCP works like the well known command "cp", by adding the required network information (IP, FQDN). scp /my/file.txt myuser@re.mo.te.ip:~ This will copy the file "file.txt" in the home folder of the user "myuser" to the remote server. It is also possible to use it the inverse way: scp myuser@re.mo.te.ip:~/file.txt /my/ This will copy the remote file to the local disk. ==== Recursion ==== SCP allows to do recursive copies. Basically this means to copy all its content instead of launch the copy file by file. Below an example: scp -r /my myuser@re.mo.te.ip:~ We will now find the directory "my" available in the remote home folder. As previously seen, this works also the inverse way: scp -r myuser@re.mo.te.ip:~/my / If you are interested in more information, feel free to read the manpage of scp. It offers a lot of other functionalities: man (1) scp
  ✎ SCP : Transfert sécur...  
===== SCP : Transfert sécurisé de fichier sur le réseau ===== SCP, pour Secure [[serveur-dedie:rescue:CoPy]], est un logiciel basé sur SSH pour permettre la copie de fichiers entre machines UNIX/Linux. Inclus par défaut avec [[serveur-dedie:rescue:OpenSSH]] et le daemon SSH de toutes les distributions Linux & *BSD majeures, sur le port 22 par défaut.
===== SCP : Secure file transfer over the network ===== SCP, for Secure CoPy, is an SSH based software that allows you to copy files between UNIX/Linux machines. It is included in OpenSSH and the SSH daemon on all mayor Linux & *BSD distributions, listening on port 22 by default. ==== Usage ==== SCP works like the well known command "cp", by adding the required network information (IP, FQDN). scp /my/file.txt myuser@re.mo.te.ip:~ This will copy the file "file.txt" in the home folder of the user "myuser" to the remote server. It is also possible to use it the inverse way: scp myuser@re.mo.te.ip:~/file.txt /my/ This will copy the remote file to the local disk. ==== Recursion ==== SCP allows to do recursive copies. Basically this means to copy all its content instead of launch the copy file by file. Below an example: scp -r /my myuser@re.mo.te.ip:~ We will now find the directory "my" available in the remote home folder. As previously seen, this works also the inverse way: scp -r myuser@re.mo.te.ip:~/my / If you are interested in more information, feel free to read the manpage of scp. It offers a lot of other functionalities: man (1) scp
  ✎ SCP : Transfert sécur...  
===== SCP : Transfert sécurisé de fichier sur le réseau ===== SCP, pour Secure [[serveur-dedie:rescue:CoPy]], est un logiciel basé sur SSH pour permettre la copie de fichiers entre machines UNIX/Linux. Inclus par défaut avec [[serveur-dedie:rescue:OpenSSH]] et le daemon SSH de toutes les distributions Linux & *BSD majeures, sur le port 22 par défaut.
===== SCP : Secure file transfer over the network ===== SCP, for Secure CoPy, is an SSH based software that allows you to copy files between UNIX/Linux machines. It is included in OpenSSH and the SSH daemon on all mayor Linux & *BSD distributions, listening on port 22 by default. ==== Usage ==== SCP works like the well known command "cp", by adding the required network information (IP, FQDN). scp /my/file.txt myuser@re.mo.te.ip:~ This will copy the file "file.txt" in the home folder of the user "myuser" to the remote server. It is also possible to use it the inverse way: scp myuser@re.mo.te.ip:~/file.txt /my/ This will copy the remote file to the local disk. ==== Recursion ==== SCP allows to do recursive copies. Basically this means to copy all its content instead of launch the copy file by file. Below an example: scp -r /my myuser@re.mo.te.ip:~ We will now find the directory "my" available in the remote home folder. As previously seen, this works also the inverse way: scp -r myuser@re.mo.te.ip:~/my / If you are interested in more information, feel free to read the manpage of scp. It offers a lot of other functionalities: man (1) scp
  ✎ SCP : Transfert sécur...  
===== SCP : Transfert sécurisé de fichier sur le réseau ===== SCP, pour Secure [[serveur-dedie:rescue:CoPy]], est un logiciel basé sur SSH pour permettre la copie de fichiers entre machines UNIX/Linux. Inclus par défaut avec [[serveur-dedie:rescue:OpenSSH]] et le daemon SSH de toutes les distributions Linux & *BSD majeures, sur le port 22 par défaut.
===== SCP : Secure file transfer over the network ===== SCP, for Secure CoPy, is an SSH based software that allows you to copy files between UNIX/Linux machines. It is included in OpenSSH and the SSH daemon on all mayor Linux & *BSD distributions, listening on port 22 by default. ==== Usage ==== SCP works like the well known command "cp", by adding the required network information (IP, FQDN). scp /my/file.txt myuser@re.mo.te.ip:~ This will copy the file "file.txt" in the home folder of the user "myuser" to the remote server. It is also possible to use it the inverse way: scp myuser@re.mo.te.ip:~/file.txt /my/ This will copy the remote file to the local disk. ==== Recursion ==== SCP allows to do recursive copies. Basically this means to copy all its content instead of launch the copy file by file. Below an example: scp -r /my myuser@re.mo.te.ip:~ We will now find the directory "my" available in the remote home folder. As previously seen, this works also the inverse way: scp -r myuser@re.mo.te.ip:~/my / If you are interested in more information, feel free to read the manpage of scp. It offers a lot of other functionalities: man (1) scp