home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / windows3 / pcucp15.zip / read.me < prev    next >
Text File  |  1994-01-30  |  3KB  |  85 lines

  1. -- IMPORTANT NOTICE -------------------------------------------------
  2. Copyright (C) 1992, 1993 Jouni Leppäjärvi
  3.  
  4. This is a copyrighted software. All rights except those explicitly
  5. granted are reserved.
  6.  
  7. This version (1.10 Beta#15) may be used and distributed freely
  8. in unmodified form. The use of the source code provided is 
  9. restricted to creating the Pcucp executable.
  10.  
  11. The program and the documentation are provided 'as is' with no
  12. warranty of any kind. I assume no responsibility for any damage
  13. or loss caused by this software in any way.
  14.                                               Jouni Leppäjärvi
  15. ---------------------------------------------------------------------
  16.  
  17. -- WARNINGS  --------------------------------------------------------
  18. Pcucp DELETES the files it has transfered. Therefore, be sure to
  19. understand how file transfer works before starting it.
  20.  
  21. This is a beta version. Bugs are likely to exist. Major changes
  22. may occur.
  23. ---------------------------------------------------------------------
  24.  
  25.  
  26. What is Pcucp ?
  27. ---------------------------------------------------------------------
  28.  
  29. Pcucp is program for communicating between a PC and a unix
  30. machine using a serial line. Currently, version 1.10 is
  31. available only for Windows 3.x.
  32.  
  33. Features :
  34.  
  35.     - bidirectional file transfer and simultaneous terminal sessions
  36.     - vt100 terminal emulation
  37.     - bitcoding schemes for not-8-bit clean lines
  38.     - automatic restart in file transfer
  39.     - translate tables for international characters
  40.     - resizeable terminal windows
  41.     - scrollback buffer
  42.     - copy & paste trough Clipboard
  43.  
  44. The files in this package
  45. ---------------------------------------------------------------------
  46.  
  47. READ.ME      : this file
  48. RELNOTES.DOC : release notes (dos & unix)
  49. CONFIG.DOC   : configuration file info (dos & unix)
  50. FAQ.DOC      : frequently asked questions and answers
  51. USE.DOC      : instructions for using the program
  52. PCUCP.EXE    : Windows-executable
  53. PCUCP.CFG    : config file template
  54.  
  55. PCUCPnn.TAR  : unix executable sources (nn=beta release #)
  56.  
  57.  
  58. Creating the unix executable
  59. ---------------------------------------------------------------------
  60.  
  61. The tar-file contains the c-sources of the unix end of Pcucp as
  62. well as instructions for compilation (READ.ME) for various systems.
  63. A configuration file template (pcucp.cfg) is also included.
  64.  
  65.  
  66. Installing
  67. ---------------------------------------------------------------------
  68.  
  69. The following procedure applies to installing Pcucp in both the
  70. pc and unix end :
  71.  
  72.    - Copy the executable(s) to a suitable directory (maybe to
  73.    one included in your path).
  74.  
  75.    - Create a directory as Pcucp's base directory. Set the
  76.    environment variable PCUCPDIR to this directory (full
  77.    path). This directory will contain the Pcucp
  78.    configuration file(s). Also, by default, Pcucp uses the
  79.    directories "in" and "out" in this directory for incoming
  80.    and outgoing files respectively. So, create also "in" and
  81.    "out" if you don't want to use other directories.
  82.  
  83.    - Create configuration file(s) for your setup.
  84.    See CONFIG.DOC/configuration file templates for details.
  85.