cc_staff
5
edits
No edit summary |
m (Minor correction) |
||
Line 146: | Line 146: | ||
<!--T:28--> | <!--T:28--> | ||
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 the most common use of SCP include | SCP stands for [https://en.wikipedia.org/wiki/Secure_copy "Secure Copy Protocol"]. 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 the most common use of SCP include | ||
{{Command | {{Command | ||
|scp foo.txt username@beluga.computecanada.ca:work/ | |scp foo.txt username@beluga.computecanada.ca:work/ |