home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ncftp2r1.zip / readme.os2 < prev    next >
Text File  |  1996-06-23  |  3KB  |  65 lines

  1. readme.os2  02-17-96
  2.  
  3. Many thanks to Mike Gleason for writing this excellent program. This version
  4. was incredibly well done, including excellent documentation and is a pleasure
  5. to work with.
  6.  
  7. Be sure you have the latest version of emx's run-time libraries. NcFTP
  8. requres emx09b fix01 or later to run properly.  If you have an older 
  9. version of emx runtimes, you can get the latest from:
  10.  
  11.     ftp://hobbes.nmsu.edu/os2/unix/emx09b/emxrt.zip
  12.  
  13. NcFTP also requires an external 'pager' program that views text files 
  14. from the remote host.  By default, NcFTP uses the OS/2 more command, which
  15. is not very robust.  I recommend you use less.exe.  Less.exe has been 
  16. ported from Unix and provides several enhancements over the more command.
  17. If you don't have less.exe or need a later version, you get the it from:
  18.  
  19.     ftp://hobbes.nmsu.edu/os2/unix/less291.zip
  20.  
  21. The following environment variables are required for NcFTP to run properly:
  22.  
  23.     HOME        -   this points to your home directory.  NcFTP will create
  24.                     a subdirectory under this directory called .ncftp (or 
  25.                     _ncftp for FAT partitions).  This is where NcFTP will
  26.                     store its configuration files.
  27.  
  28.     HOSTNAME    -   If NcFTP is unable to resolve your hostname, set
  29.                     this environment variable. i.e.;
  30.  
  31.                     SET HOSTNAME=myhostname
  32.  
  33.     DOMAIN      -   If NcFTP is unable to resolve your domain name, set
  34.                     this environment variable to your domain name:
  35.  
  36.                     SET DOMAIN=inetport.com
  37.  
  38. The first time your run NcFTP, enter the "prefs" command to setup your
  39. user information and preferences.
  40.  
  41. The ncftp.man is the original man page for the unix version of NcFTP. 
  42. Everything documented in this file should be valid with the OS/2 version
  43. as well.
  44.  
  45. ncftp.inf is an updated document file that contains all the features of
  46. the OS/2 port, as well as, a full description of all commands and features.
  47.  
  48. Known Bugs:
  49.  
  50. During a transfer, Ctrl-C will abort the transfer. Subsequent Ctrl-C's from
  51. a transfer will close the connection with the host.
  52.  
  53.  
  54. Trouble Reporting:
  55.  
  56. If you need to report a bug, send me a ~/.ncftp/trace file too. To enable
  57. tracing, turn on trace logging from the "prefs" window, or type "set trace 1"
  58. from the command line.  Then re-create your bug, quit the program, and send
  59. the trace file to mevans@ecsnet.com
  60.  
  61. You can also turn on debugging messages by using the -D command line switch.
  62. This will show commands send/received from the host, number of timeouts, etc.
  63.  
  64. Contact mevans@ecsnet.com for details on the OS/2 port of NcFTP.
  65.