2 <& /page/page_title.mas, title=>"Data Download Options" &>
5 <p>SGN provides various data files for download via anonymous FTP and
7 <!-- FIXME: a list of kinds of things to available to download should
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
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
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
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>