Path: utzoo!utgpu!water!watmath!egisin
From: egisin@watmath.waterloo.edu (Eric Gisin)
Newsgroups: uw.unix,comp.sys.atari.st
Subject: Re: Unix Windows (uw) for the Atari ST
Message-ID: <21005@watmath.waterloo.edu>
Date: 21 Sep 88 15:50:02 GMT
References: <4032@watvlsi.waterloo.edu>
Distribution: uw
Organization: U of Waterloo, Ontario
Lines: 15

Here's how you can use ftp to copy source from watmath.
Ftp is more convenient that rcp is some cases.
You can use the "cd" and "ls" commands to browse.

$ ftp watmath
Name: anonymous
Password: anonymous
ftp> binary				- required for binary files
ftp> cd /usr/source/public/commands/uw/st
ftp> ls
ReadMe
uw.arc
ftp> get ReadMe			- copies ReadMe to your current directory
ftp> get uw.arc
ftp> ^D