It has been suggested that I should have used binary to download
(which I did) so, just to make sure it is obvious:
emily:~/sys/DEC/DevelopmentToolkit$ ftp
ftp> o ftp.compaq.com
Connected to ftp.compaq.com.
220 ztxftppro05 Microsoft FTP Service (Version 5.0).
Name (ftp.compaq.com:arrigo): anonymous
331 Anonymous access allowed, send identity (e-mail name) as password.
Password:
[...]
ftp> bin
200 Type set to I.
ftp> cd pub/products/c-cxx/tru64/dtk/dtk51a/
250 CWD command successful.
ftp> get DTC640.tar.gz
200 PORT command successful.
150 Opening BINARY mode data connection for DTC640.tar.gz(5426845 bytes).
226 Transfer complete.
5426845 bytes received in 1.9e+02 seconds (28 Kbytes/s)
emily:~/sys/DEC/DevelopmentToolkit$ gtar xvzf DTC640.tar.gz
Compaq_C_Compiler
gtar: Unknown file type '8' for Compaq_C_Compiler, extracted as normal file
Compaq_C_Compiler
Compaq_C_Compiler/doc
gtar: Unknown file type '8' for Compaq_C_Compiler/doc, extracted as normal file
Compaq_C_Compiler/doc
Compaq_C_Compiler/doc/installation.txt
[...]
and then setld -l OTABASE217 fails miserably.
Arrigo
Received on Wed Oct 31 2001 - 11:11:50 NZDT