To send data to www1.fpl.fs.fed.us via anonymous ftp, do the following. (These are instructions for command line ftp. ftp can be run from the command line of all UNIX systems. ftp can be run from the command line of a DOS window for Windows 95 systems. Also mouse-based ftp programs are available for most systems. If ftp does not run on your machine, mail your data to sverrill@fs.fed.us and request that it be placed in the appropriate anonymous ftp directory.) In the directory that contains the data that you wish to send, type
ftp www1.fpl.fs.fed.us
You will then be prompted for a login name. Type
anonymous
You will then be prompted for a password. Type your e-mail address (e.g., sverrill@fs.fed.us). Next type
cd pub/tt
Then type
put filename
where filename is the name of the data file on your machine. After the data transfer has been completed, type
quit
To receive data from www1.fpl.fs.fed.us via anonymous ftp, do the following. (These are instructions for command line ftp. ftp can be run from the command line of all UNIX systems. ftp can be run from the command line of a DOS window for Windows 95 systems. Also mouse-based ftp programs are available for most systems. If ftp does not run on your machine, mail a message to sverrill@fs.fed.us. Specify the name of the file that you want. I will e-mail it to you.) In the directory to which you wish to download the data, type
ftp www1.fpl.fs.fed.us
You will then be prompted for a login name. Type
anonymous
You will then be prompted for a password. Type your e-mail address (e.g., sverrill@fs.fed.us). Next type
cd pub/tt
Then type
get filename
where filename is the name of the file that you wish to download. After the data transfer has been completed, type
quit