home *** CD-ROM | disk | FTP | other *** search
/ Tutto per Internet / Internet.iso / soft95 / FTP / ncftp / README.w95 < prev   
Encoding:
Text File  |  1996-03-02  |  2.6 KB  |  66 lines

  1. Many thanks to M.Gleason for writing this wonderful program. This version
  2. was incredibly well done and a joy to work with.
  3.  
  4. Time for a new program.
  5.  
  6. NcFTP was extensively rewritten by Mike Gleason requiring major porting of 
  7. a curses libary to get it to work. However, once the curses libary was in 
  8. place things went very smoothly.
  9.  
  10. In the ./man directory is ncftp.man & ncftp.man.print. Which include normal
  11. documentation and documentation with underlining left in for the printer... :)
  12.  
  13. Binary gets and puts work very nicely, I'm not so sure about ascii.
  14.  
  15. Only a home variable is required for this version. Set all your information
  16. by typing "prefs" the first time you start up.
  17.  
  18. The documantion specific to Win95 will be rewritten as the program 
  19. stabilizes.
  20.  
  21. Run the ppp1.reg & ppp2.reg files. On several systems I have tested, these 
  22. correctly setup TCP/IP Setting for the Microsoft TCP/IP stack. These may not
  23. work on your system.
  24.  
  25. Colon mode has worked on my limited tests. It only gives a progress reports, 
  26. but no other informative messages.
  27.  
  28. The program now properly holds the time stamp of the downloaded file and
  29. can detect and existing file. I need to find an FTP site that has the REST
  30. command to test aborted retrieves...
  31.  
  32. The locking method has been rewritten so that it properly detects an already
  33. runnning instance. I'm not positive this works, but it looks good. :)
  34.  
  35. Less is available, and the program is tailored for it.
  36.  
  37. The environment variable HOME is now required. This is to avoid leaving 
  38. ./.ncftp directories all over the place. Also, this will correctly update the
  39. init files no matter the location of the startup.
  40.  
  41.    For the home environment to work, you must create a directory. Any one will 
  42.    do, but for the sake of argument, let's call it C:\HOME.
  43.    Ex.
  44.  
  45.       mkdir c:\home
  46.       set HOME=c:\home
  47.  
  48.    If after testing the program, things work right for you, move 
  49.    "set HOME=C:\HOME" into your autoexec.bat, so that it is always available.
  50. --
  51. Known Bugs:
  52. ls required.
  53. ^C to abort crashes program. (I does abort the transfer :> )
  54. To log into a specific directory from the command-line, you must close the
  55.   directory name with a closing '/'
  56. When using the '!' shell command, the character used to close the shell is
  57.   sent into the program. I don't understand and am looking into it.
  58. I don't beleive that testing of data and time works correctly on less 
  59.   sophisticated FTP deamons.
  60. --
  61. Look at ftp://ftp.probe.net/pub/ncftp/ for the latest version of the unix
  62. program and unix source code.
  63. -- 
  64. Contact szurgot@itribe.net for details on the Windows95 program.
  65. --
  66.