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