Transferring data/fr: Difference between revisions

Jump to navigation Jump to search
Created page with "SCP est l'abréviation de [https://fr.wikipedia.org/wiki/Secure_copy ''Secure Copy'']. Comme SFTP, SCP utilise le protocole SSH pour chiffrer les données qui sont transféré..."
No edit summary
(Created page with "SCP est l'abréviation de [https://fr.wikipedia.org/wiki/Secure_copy ''Secure Copy'']. Comme SFTP, SCP utilise le protocole SSH pour chiffrer les données qui sont transféré...")
Line 114: Line 114:
==SCP==  
==SCP==  


SCP stands for [https://en.wikipedia.org/wiki/Secure_copy "Secure Copy"]. Like SFTP it uses the SSH protocol to encrypt data being transferred. It does not support synchronization like [[Globus]] or [[Transferring_data#Rsync|rsync]]. Some examples of SCP use are shown [http://www.hypexr.org/linux_scp_help.php here].
SCP est l'abréviation de [https://fr.wikipedia.org/wiki/Secure_copy ''Secure Copy'']. Comme SFTP, SCP utilise le protocole SSH pour chiffrer les données qui sont transférées. Contrairement à [https://docs.computecanada.ca/wiki/Globus/fr Globus] ou [https://docs.computecanada.ca/wiki/Transferring_data/fr#rsync rsync], SCP ne gère pas la synchronisation. Voyez ces [http://www.hypexr.org/linux_scp_help.php exemples d'utilisation].


SCP supports an option, <code>-r</code>, to recursively transfer a set of directories and files. We '''recommend against using <code>scp -r</code>''' to transfer data into <code>/project</code>. The setgid bit is turned off in the created directories, which may lead to <code>Disk quota exceeded</code> or similar errors if files are later created there.
SCP supports an option, <code>-r</code>, to recursively transfer a set of directories and files. We '''recommend against using <code>scp -r</code>''' to transfer data into <code>/project</code>. The setgid bit is turned off in the created directories, which may lead to <code>Disk quota exceeded</code> or similar errors if files are later created there.


[[Category:Se connecter]]
[[Category:Se connecter]]
rsnt_translations
53,464

edits

Navigation menu