>Howdy All,
>
>If you have encountered a problem getting the BSDOS 2.0 binary from the FTP
>site please email me a traceroute and a uname -a as we are trying o look
>into the problem.
EXCELLENT! Thank you Josh, that did the trick as you can see below.
ftp> ls
200 PORT command successful.
150 ASCII data connection for /bin/ls (199.217.72.3,1050) (0 bytes).
total 2473
-rw-r--r-- 1 408 57 178 Oct 24 20:28 README
-rw-r--r-- 1 root daemon 1982464 Mar 8 1996 pm2_3.3.1_BSDOS_2.0.tar
-rw-r--r-- 1 root daemon 155621 Oct 25 23:56 radius2.tar.Z
-rw-r--r-- 1 root daemon 111482 Oct 25 23:50 radius2.tar.gz
-rw-r--r-- 1 408 57 245760 Oct 24 23:07 radius_2.0_BSDOS_2.0.tar
226 ASCII Transfer complete.
ftp> binary
200 Type set to I.
ftp> get radius2.tar.gz
local: radius2.tar.gz remote: radius2.tar.gz
200 PORT command successful.
150 Binary data connection for radius2.tar.gz (199.217.72.3,1051) (111482
bytes).
226 Binary Transfer complete.
111482 bytes received in 1.7 seconds (65 Kbytes/s)
ftp> !
[mikeg][apollo]: ll
-rw-rw-r-- 1 mikeg user 111482 Oct 25 19:05 radius2.tar.gz
-Mike