The Kermit Project |
Columbia
University
612 West 115th Street, New York NY 10025 USA • kermit@columbia.edu |
BINARIES CAN NO LONGER BE UPLOADED TO COLUMBIA UNIVERSITY. PLEASE VISIT THIS PAGE AT THE NEW KERMIT WEBSITE, http://www.kermitproject.org/cksendbin.html, FOR NEWS.[ Unix ] [ VMS ] [ Other ]
$ ftp kermit.columbia.edu User: anonymous Password: olga@xyzcorp.com ftp> cd kermit/bin ftp> dir ck[cu]301* ftp> bye $
$ mkdir kermit $ cd kermit
$ ftp kermit.columbia.edu User: anonymous Password: olga@xyzcorp.com ftp> cd kermit/archives ftp> binary ftp> get cku301.tar.gz ftp> bye $
$ gunzip cku301.tar.gz $ uncompress cku301.tar.Z
$ tar xvf cku301.tar
If you downloaded a Zip archive, unzip it. Example:
$ unzip -a cku301.zip
$ rm cku301.tar (or rm cku301.zip)
$ make linux (Linux any version) $ make macosx (Mac OS X) $ make freebsd (FreeBSD) $ make solaris10 (Solaris 8 with cc) $ make solaris10g (Solaris 8 with gcc) $ make irix65 (IRIX 6.5)
cku301.makefiletarget-architecture-osversion
Examples of architecture names (please don't use hyphens in the names):
Examples:
Name Description i386 32-bit PC x86_64 64-bit PC ppc 32-bit PowerPC ppc64 64-bit PowerPC sparc 32-bit Sun Sparc sparc64 64-bit Sun Sparc ia64 64-bit Itanium mips MIPS parisc HP PA-RISC m68k Motorola 680x0 vax 32-bit DEC VAX alpha 64-bit DEC Alpha
cku301.linux-i386-db6.0 (Debian Linux 6.0 on a PC) cku301.linux-alpha-rhel4 (Red Hat Linux EL4 on the Alpha) cku301.macosx-ppc-10.4.11 (Mac OS X 10.4.11 on PowerMac) cku301.macosx-x86_64-10.6.7 (Mac OS X 10.6.7 on 64-bit PC) cku301.solaris11-i386 (Solaris 11 on PC)
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:
cku301.irix53-mips2-o32-5.3 cku301.irix65-mips3-n32-6.5.14m
$ make clean
and then go back to step 7.
$ cp -p wermit cku301.irix65-mips3-n32.6.5 $ ftp kermit.columbia.edu User: anonymous Password: your-email-address ftp> cd kermit/incoming ftp> binary ftp> put cku301.irix65-mips3-n32.6.5 ftp> bye $
$ cp -p wermit cku301.linux-i386-db8.0 $ gzip cku301.linux-i386-db8.0 $ ./wermit $ C-Kermit> ftp kermit.columbia.edu Name: anonymous Password: olga@xyzcorp.com C-Kermit> cd kermit/incoming C-Kermit> binary C-Kermit> put cku301.linux-i386-db8.0.gz C-Kermit> bye C-Kermit> exit $
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 ckv301.zip ftp> bye $
Or use the Internet Kermit service as described above.
$ unzip -a ckv301.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.
ckv301-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:
ckv301-vax-vms47-nonet.exe ckv301-axp-vms62-nonet.exe ckv301-i64-vms83-nonet.exe
$ @ckvker
(or @ckvold for VMS 4.x or earlier).
ckv301-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:
ckv301-vax-vms55-ucx20.exe ckv301-axp-vms62-tgv41.exe ckv301-axp-vms73-ucx51.exe ckv301-i64-vms83-ucx56.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 ckv301*.exe FTP> bye $
Thanks!
[ Top ] [ C-Kermit Home ] [ Kermit Home ]