Transferring data: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 13: Line 13:
<!--T:4-->
<!--T:4-->
However, other common tools can also be found for transferring data both inside and outside of Compute Canada, including
However, other common tools can also be found for transferring data both inside and outside of Compute Canada, including
* Secure copy [https://en.wikipedia.org/wiki/Secure_copy scp] (examples [http://www.hypexr.org/linux_scp_help.php here])
* [[Transferring_data#SFTP | SFTP]]
* [[Transferring_data#SFTP | SFTP]]
* [[Transferring_data#SCP | SCP]] or Secure Copy
* [[Transferring_data#Rsync | rsync]]
* [[Transferring_data#Rsync | rsync]]


Line 116: Line 116:
There are also a number of graphical programs available for Windows, Linux and Mac OS, such as [https://winscp.net/eng/index.php WinSCP] and [http://mobaxterm.mobatek.net/ MobaXterm] (Windows), [https://filezilla-project.org filezilla] (Windows,Mac, and Linux), and [https://cyberduck.io/?l=en cyberduck] (Mac and Windows).
There are also a number of graphical programs available for Windows, Linux and Mac OS, such as [https://winscp.net/eng/index.php WinSCP] and [http://mobaxterm.mobatek.net/ MobaXterm] (Windows), [https://filezilla-project.org filezilla] (Windows,Mac, and Linux), and [https://cyberduck.io/?l=en cyberduck] (Mac and Windows).
[[Category:Connecting]]
[[Category:Connecting]]
==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 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.


<!--T:20-->
<!--T:20-->
[[Category:Connecting]]
[[Category:Connecting]]
</translate>
</translate>
Bureaucrats, cc_docs_admin, cc_staff
2,778

edits

Navigation menu