Merge branch 'topic/image_upload'
[sgn.git] / mason / help / downloading.mas
blob7cd5653fa492b1c2e45df9440db4de197b817eb7
2 <div>
3 <p>SGN provides various data files for download via anonymous FTP and
4 anonymous rsync.
5 <!-- FIXME: a list of kinds of things to available to download should
6      go here.
7 <ul>
8 <li></li>
9 </ul>
10 -->
11 </p>
13 <p>
14 For manually downloading a few files once in a while, anonymous FTP is
15 particularly convenient.  From a web browser, SGN's ftp site can be
16 reached at <a
17 href="ftp://ftp.sgn.cornell.edu/">ftp://ftp.sgn.cornell.edu/</a>.
18 From other FTP clients, when prompted for a username enter
19 <em>anonymous</em> and when prompted for password enter your email
20 address.
21 </p>
23 <p> For keeping a set of files up to date with the files we make
24 available, <a href="http://samba.anu.edu.au/rsync/">rsync</a> is a
25 useful tool.  To retrieve files from our anonymous rsync server, use
26 the URL
27 <em>rsync://rsync.sgn.cornell.edu/public/</em>.  For
28 example, to retrieve all our map and marker data on a Unix/Linux
29 shell use the command:</p>
30 <pre>\$ rsync -az rsync://rsync.sgn.cornell.edu/public/maps_and_markers/ .</pre>
31 </div>