📄 ckaaaa.txt
字号:
ckermit.ksd - Sample services directory file (rename to .ksd in UNIX, OS-9) ckedemo.ksc - Demonstration macros from "Using C-Kermit" ckepage.ksc - Ditto ckevt.ksc - DittoUNIX-specific files: ckuins.txt - UNIX-specific installation instructions. ckubwr.txt - UNIX-specific beware file. ckuker.nr - "man page" for UNIX.VMS-specific files: ckvins.txt - VMS-specific installation instructions. ckvbwr.txt - VMS-specific beware file ckvker.hlp - VMS C-Kermit HELP topic (needs updating).DG AOS/VS-specific files: ckdins.txt - Data General AOS/VS C-Kermit installation instructions ckdbwr.txt - AOS/VS "beware" file ckd*.cli - Procedures for building AOS/VS C-KermitThe following files are of interest mainly to programmers and historians(find them at the Kermit ftp site): ckcker.ann - Release announcements. ckccfg.txt - Configuration information (feature selection), general. ckcplm.txt - Program logic manual (for programmers). ckc211.txt - Program update history for edit 201-211. ckc200.txt - Program update history for edit 198-200 (big) ckc197.txt - Program update history for edit 195-197 (big) ckc190.txt - Program update history for edits 189-190 (big). ckc188.txt - Program update history, edits 179-188 (big). ckc178.txt - Program edit history, 5A edits through 178 (very big). ckcv4f.txt - Program edit history, version 4F. ckcv4e.txt - Program edit history, version 4E.BINARIESIf you have FTP access to kermit.columbia.edu (also known askermit.cc.columbia.edu, ftp.cc.columbia.edu), you can also retrieve variousC-Kermit binaries from the directory kermit/bin/ck*.*, or more conventientlyfrom the web page: http://www.columbia.edu/kermit/ck80binaries.htmlTest versions would be in kermit/test/bin/ck*.*. Be sure to transfer thesefiles in binary mode. The READ.ME file in that directory explains what'swhat.SOURCE FILESThe source files for the UNIX version (all UNIX versions) are available inkermit/archives/ckuNNN.tar.Z, approximately 1MB in size. Transfer this filein binary mode. This is a compressed tar archive. There is also a gzip'dversion, cku211.tar.gz. To get the binary tar archive: mkdir kermit (at shell prompt, make a Kermit directory) cd kermit (make it your current directory) ftp kermit.columbia.edu (make an ftp connection) user: anonymous (log in as user "anonymous", lower case!) password: (use your email id as a password) cd kermit/archives (go to the archives directory) type binary (specify binary file transfer) get cku211.tar.Z (get the tar archive) (or get cku192.tar.gz) bye (disconnect and exit from ftp) uncompress cku211.tar.Z (at the shell prompt, uncompress the archive) tar xvf cku211.tar (extract the files from the tar archive) make xxx (build C-Kermit for your system)(where "xxx" is the makefile entry appropriate for your system.)All C-Kermit source and other text files are also kept separately in thekermit/f directory. The files necessary to build a particular implementationof C-Kermit are listed in the appropriate makefile or equivalent: UNIX: makefile (or rename ckuker.mak to makefile) 2.11 BSD: ckubs2.mak (rename to makefile), ckustr.sed Plan 9: ckpker.mk (rename to mkfile) Macintosh: ckmker.mak (rename to kermit.make, use MPW C 3.2) VMS: CKVKER.COM (DCL) (and optionally also CKVKER.MMS) or CKVOLD.COM (for VMS 4.x) Amiga: CKIKER.MAK (Aztec C) or CKISAS.MAK (SAS C) Atari ST: CKSKER.MAK OS-9: ck9ker.mak or ck9ker.gcc AOS/VS: ckdmak.cli, ckdcc.cli, ckdlnk.cliStratus VOS: cklmak.cmMinimal source files for building selected versions (these patterns get allthe files you need, and in some cases maybe a few extra): UNIX: ck[cuw]*.[cwh] (including QNX, Plan 9, and BeBox) UNIX: ck[cuw_]*.[cwh] (Unix with security modules) VMS: ck[cuwv]*.[cwh] Mac: ck[cuwm]*.[cwhr] AOS/VS: ck[cuwd]*.[cwh] VOS: ck[cwhl]*.[cwh] Amiga: ck[cuwi]*.[cwh] Atari: ck[cuws]*.[cwh] OS-9: ck[cuw9]*.[cwha]For a detailed, specific source file list for this C-Kermit release, see thefile ckcxxx.txt, where xxx is the current C-Kermit edit number, such as 211.Finally, here is a more detailed description of the C-Kermit file namingconventions. A C-Kermit filename has the form: CK<system><what>.<type>where:<system> is described earlier in this file;<type> is the file type (use lowercase on UNIX, VOS, or AOS/VS): c: C language source h: Header file for C language source w: Wart preprocessor source, converted by Wart (or Lex) to a C program r: Macintosh resource file (8-bit text) a: Assembler source txt: Plain text. nr: Nroff/Troff text formatter source for UNIX "man page" mss: Scribe text formatter source ps: Typeset material to be printed on a PostScript printer hlp: A VMS Help topic ini: Initialization file ksc: A Kermit Script to be executed by the TAKE command kdd: A Kermit Dialing Directory knd: A Kermit Network Directory ksd: A Kermit Services Directory mak: A Makefile or other build procedure (often needs renaming) com: (VMS only) a DCL command procedure cli: (AOS/VS only) a command procedure cmd: (OS/2 only) a Rexx command procedure boo: "boo"-encoded executable program, decode with CKBUNB program. hex: "hex"-encoded executable program, decode with CKVDEH program (VMS only). hqx: BinHex'd Macintosh Kermit program, decode with BinHex version 4.0. uue: A uuencoded binary file, decode with uudecode or (DG only) CKDECO. def: An OS/2 linker definitions file. sh: A UNIX shell script. sed: A UNIX sed (editor) script. str: A file of character strings extracted from C-Kermit (BSD 2.1x only).<what> is mnemonic (up to 3 characters) for what's in the file:NOTE: After C-Kermit 6.0, text filetypes such as .DOC and .HLP were changedto .TXT to avoid confusion in Windows-based Web browsers, which wouldotherwise mistake them for Microsoft Word or Windows Help documents. aaa: A "read-me" file, like this one ins: Installation instructions or procedures bwr: "Beware" file -- things to watch out for, hints and tips plm: Program Logic Manual ker: General C-Kermit definitions, information, documentation nnn: Digits: C-Kermit edit number (e.g. cku211.tar.gz) cmd: Command parsing con: CONNECT command cns: CONNECT command (UNIX only - version that uses select(), not fork()) deb: Debug/Transaction Log formats, Typedefs dia: Modem/Dialer control fio: System-depdendent File I/O fns: Protocol support functions fn2: More protocol support functions (and FN3, ...) lib: Common library routines module mai: Main program net: Network i/o module pro: Protocol scr: SCRIPT command tel: Telnet protocol module tio: System-dependent communications i/o & control and interrupt handing sig: Signal handling module usr: Interactive/script user interface us2: More user interface (mainly help text) us3: Still more user interface (and USR4, USR5, USR6, USR7) usx: Common user interface functions usy: Command-line parsing xla: Character set translation module uni: Unicode support pty: Pseudoterminal support mdb: Malloc-debugging module (not included in real builds) str: Strings module (only for 2.xBSD)(End of ckaaaa.txt)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -