![]() |
For instance, here is how you make a link into the top level of our "anonymous" FTP area:
<HREF="ftp://ftp.uwm.edu/">UWM FTP</A>
This doesn't show you much about the linking process, but if you follow the above link and navigate the ftp menus until you get where you want to be, your browser will show you the URL (Web link) to use in order to link there directly. Please note that the preferred name of our anonymous FTP service is "ftp.uwm.edu" - Though other names will work, please use this official name in your links.
Here's a link to the "pub" area, where Alpha users can place files for "anonymous" FTP retrieval:
<HREF="ftp://ftp.uwm.edu/pub/">UWM FTP pub</A>
Here is how you could link to a plain file::
<HREF="ftp://ftp.uwm.edu/pub/internetwork-mail-guide">Mail Doc</A>
Remember, if you can't figure out what a link should be, start at the top of the ftp tree with a Web browser, go through the ftp directories until you get where you want, and see what the browser displays as a URL.
mkdir ~ftp/pub/yourloginThen copy your files into your FTP directory:
cp files ~ftp/pub/yourloginFinally, make sure that the files are publicly readable:
mkpub ~ftp/pub/yourlogin/*
People can then obtain your files using FTP:
ftp ftp.uwm.edu cd pub/yourlogin get file ...and you or anyone else may make WWW links to these files as described above.