welcome: please sign in

Diff for "MemberManual/TransferringFiles"

Differences between revisions 3 and 4
Revision 3 as of 2007-11-05 03:07:16
Size: 1335
Comment: add content
Revision 4 as of 2007-11-05 03:08:34
Size: 1337
Comment: change a link..
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
If you are interested in transferring files independently, then rsync may not be what you want. scp and sftp are better at transferring random files, although scp does have a recursive option. But it will not intelligently merge two directory trees (and thus save bandwidth). See the [:/ScpAndSsh:SCP and SSH] subpage to learn how these tools can be utilized. If you are interested in transferring files independently, then rsync may not be what you want. scp and sftp are better at transferring random files, although scp does have a recursive option. But it will not intelligently merge two directory trees (and thus save bandwidth). See the [:/ScpAndSftp:SCP and Sftp] subpage to learn how these tools can be utilized.

This is the chapter of the MemberManual that describes how to transfer files to your home directory, which is kept in AFS.

TableOfContents

Using rsync

rsync, coupled with ssh/scp, is capable of providing file transfers to our servers. rsync is a great way to synchronize files between computer systems. In a nutshell, this command will do the job (but tailor it to your needs -- see the man page):

rsync -avz -e ssh ~/html/hcoop/ USER@hcoop.net:public_html

For more specific use cases, see the [:/rsync:rsync] subpage.

Using scp and sftp

If you are interested in transferring files independently, then rsync may not be what you want. scp and sftp are better at transferring random files, although scp does have a recursive option. But it will not intelligently merge two directory trees (and thus save bandwidth). See the [:/ScpAndSftp:SCP and Sftp] subpage to learn how these tools can be utilized.

Mounting AFS on your local system

OpenAFS is a cross-platform software package that allows you to access and manipulate files remotely using most any desktop file management software. This is because the software allows remote filesystems to be mounted as if they are local. See the [:/OpenAFS:OpenAFS] subpage to learn how to setup your HCoop share.

MemberManual/TransferringFiles (last edited 2014-03-04 05:04:30 by ClintonEbadi)