Well perhaps everyone knows about nic.funet.fi by now, so lets
put a plug in for another "Famous Finnish" server garbo.uwasa.fi
Here is a very neat way of useing ftp... try it and get the
batchftp102.tar.Z file and revolutionize your use of ftp to
off peak hours.
************************* CLIP ****************************
In article <1991Oct16.212822.629 at uwasa.fi> ts at uwasa.fi (Timo Salmi) writes:
> Please also remember the alternative of using batchftp (if you can) for
> more efficient usage.
I find I get on very well, on a unix host here, by using a script with
'ftp'. I keep several small scripts, one for each site I am interested
in, and edit a copy freely during a sequence of FTP connections.
For example, the script f.garbo now reads
verbose
open garbo.uwasa.fi
user anonymous bsrdp at warwick.ac.uk
ascii
dir /unix/ftp
bye
which allows me to call and read the directory listing at my leisure by
ftp -in < f.garbo | less
which releases the network connection the instant the data has arrived
here from garbo. But remember that using 'dir' rather than 'ls' may well
get the the famous garbo message saying you can't have it :-) .
To get a file, substitute a body in the style of
binary
hash
get /unix/ftp/batchftp102.tar.Z batchftp102.tar.Z
bye
and make the call
ftp -in < f.garbo
--
Hylton Boothroyd h.boothroyd at warwick.ac.uk or, if necessary:
Warwick Business School Janet: h.boothroyd at uk.ac.warwick
University of Warwick Internet: h.boothroyd%warwick.ac.uk at nsfnet-relay.ac.uk
COVENTRY, CV4 7AL Uucp: h.boothroyd at warwick.uucp