$ ftp kermit.columbia.edu User: anonymous Password: olga@xyzcorp.com ftp> cd kermit/bin ftp> dir ck[cu]211* ftp> bye $
$ mkdir kermit $ cd kermit
$ ftp kermit.columbia.edu User: anonymous Password: olga@xyzcorp.com ftp> cd kermit/archives ftp> binary ftp> get cku211.tar.gz ftp> bye $
$ gunzip cku211.tar.gz $ uncompress cku211.tar.Z
$ tar xvf cku211.tar
If you downloaded a Zip archive, unzip it. Example:
$ unzip -a cku211.zip
$ rm cku211.tar (or rm cku211.zip)
$ make linux (Linux, almost any version) $ make freebsd51 (FreeBSD 5.1) $ make solaris9 (Solaris 8 with cc) $ make solaris9g (Solaris 8 with gcc) $ make irix62 (IRIX 6.2)
cku211.makefiletarget-architecture-osversion
Examples:
cku211.linux-alpha-db2.2 (Debian Linux 2.2 on the Alpha) cku211.linux-i386-db2.2 (Debian Linux 2.2 on a PC) cku211.solaris25-i386-2.5.1 (Solaris 2.5.1 on a PC) cku211.solaris25-sparc-2.5.1 (Solaris 2.5.1 on a Sun) cku211.solaris25g-sparc-2.5.1 (Ditto but built with gcc)
For some platforms, additional information must be included in the name. For Silicon Graphics IRIX, for example, we need the Instruction Set Architecture (MIPS level) and the Application Binary Interface:
cku211.irix53-mips2-o32-5.3 cku211.irix65-mips3-n32-6.5.14m
$ make clean
and then go back to step 7.
$ cp wermit cku211.irix62-mips3-n32.6.2 $ ftp kermit.columbia.edu User: anonymous Password: olga@xyzcorp.com ftp> cd kermit/incoming ftp> binary ftp> put cku211.irix62-mips3-n32.6.2 ftp> bye $
$ cp wermit cku211.irix62-mips3-n32.6.2 $ gzip cku211.irix62-mips3-n32.6.2 $ ftp kermit.columbia.edu User: anonymous Password: olga@xyzcorp.com ftp> cd kermit/incoming ftp> binary ftp> put cku211.irix62-mips3-n32.6.2,gz ftp> bye $
Thanks!
$ create/directory kermit $ set default [.kermit]
$ ftp kermit.columbia.edu User: anonymous Password: olga@xyzcorp.com ftp> cd kermit/archives ftp> binary ftp> get ckv211.zip ftp> bye $
Or use the Internet Kermit service as described above.
$ unzip -a ckv211.zip
$ @ckvker n
If you have a pre-5.0 VMS release, use the "old" build procedure:
$ @ckvold n
If you experience any trouble, read the comments at the top of the build procedure.
ckv211-architecture-vmsNN-nonet.exe
where architecture is "vax", "axp", or "i64"; NN is the VMS version number, such as "72" for 7.2, and "nonet" means no networking. Examples:
ckv211-vax-vms47-nonet.exe ckv211-axp-vms62-nonet.exe ckv211-i64-vms73-nonet.exe
$ @ckvker
(or @ckvold for VMS 4.x or ealier).
ckv211-architecture-vmsNN-netVV.exe
where netVV is a three-letter code for the network product and its two-digit version number (with no decimal point):
ucx DEC TCP/IP
tgv TGV MultiNet
pst Process Software TCPware
twg The Wollongong Group WIN/TCP or PathWay
cmu Carnegie-Mellon University CMU/IP
Examples:
ckv211-vax-vms55-ucx20.exe ckv211-axp-vms62-tgv41.exe ckv211-axp-vms73-ucx51.exe ckv211-i64-vms73-ucx55.exe
$ @ckvker c
and then go back to step 5.
$ ftp kermit.columbia.edu User: anonymous Password: olga@xyzcorp.com FTP> cd kermit/incoming FTP> binary FTP> mput ckv211*.exe FTP> bye $
Thanks!
[ Top ] [ C-Kermit Home ] [ Kermit Home ]