home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / communication / xc.README < prev    next >
Encoding:
Text File  |  1994-10-21  |  2.6 KB  |  62 lines

  1.     B A C K G R O U N D
  2.  
  3. This is xc for NeXTStep 3.2, a rather dirty port of the Unix communication 
  4. program xc to the NeXT operating system. Nevertheless it works. I have 
  5. tested it personally on "black" (Motorola) and "white" (Intel) hardware, if 
  6. someone succeeds to compile it under HP-PA or SPARC I would like to hear 
  7. from you. 
  8.  
  9. If you have general questions or suggestions concerning xc you should 
  10. direct them to Jean-Pierre Radley, the xc custodian. His E-Mail-address is 
  11. jpr@jpr.com. If you have questions that are specific to NeXTStep send them 
  12. directly to me since Jean-Pierre Radley does not currently support this 
  13. version.
  14.  
  15. My "signature" is:
  16.  
  17.        Wolfgang Ambrosch    |   ambrosch@ping.at
  18.        Jaegerhausgasse 16   |   Fax  : +43 2252 47 690
  19.        A-2500 Baden         |   Phone: +43 2252 46 817
  20.        Austria              |   NeXT-Mail and MIME welcome  
  21.  
  22. If you want to obtain the most recent version of xc for other Unix-systems 
  23. you should look on the following ftp-servers:
  24.  
  25.     ftp.celestial.com
  26.     ftp.sco.com
  27.  
  28.  
  29.  
  30.     I N S T A L L A T I O N
  31.     
  32. To install xc for NeXTStep simply type "make". Don't run "Configure" since 
  33. it will destroy the NeXTStep-specific Makefile with some wrong guesses. 
  34. After you have the binary you can follow the directions given in the README 
  35. file.
  36.  
  37. Good luck!
  38.  
  39.  
  40. Original documentation
  41. ======================
  42.  
  43. Once upon a time (in 1985 or so), a fellow named Eric Coe wrote a Unix dialout
  44. telecommunications program with xmodem called XCOMM. This program was
  45. substantially upgraded and improved by another fellow named Larry Gensch, who
  46. brought XCOMM up to Version 2.2. Version 2.2 included a simple script
  47. language, 128-byte Xmodem and Compuserve Quick-B file-transfer protocols, and
  48. some other stuff. Fred Buck then changed the program name to XCMALT, which it
  49. maintained until June 1991, when Jean-Pierre Radley renamed it XC. 
  50.  
  51. XC is a massive expansion and modification of XCOMM 2.2. Many bugs in
  52. XCOMM 2.2 have been fixed, and many advertised features that didn't work in
  53. XCOMM 2.2 do work in XC. Also, XC includes a fullscreen dialing directory; a
  54. totally rewritten and much more powerful script language allowing, among other
  55. things, remote execution of shell commands and unattended protocol-controlled
  56. file transfer (provided that your system also has Chuck Forsberg's "rz/sz"
  57. Xmodem/Ymodem/Zmodem program, available as shareware from many sources), a
  58. flexible variable mechanism, including access to shell environment variables,
  59. and more; BREAK-signal capability; the capability to upload a file in ASCII
  60. from within a script; and miscellaneous cosmetic changes.
  61.  
  62.