home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sources / testers / 66 < prev   
Encoding:
Internet Message Format  |  1992-11-11  |  2.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!crcnis1.unl.edu!crcnis1.unl.edu!manager
  2. From: mgleason@cse.unl.edu (Mike Gleason)
  3. Newsgroups: comp.sources.testers
  4. Subject: Testers wanted for ncftp
  5. Date: 12 Nov 1992 09:01:00 GMT
  6. Organization: NCEMRSoft
  7. Lines: 68
  8. Distribution: world
  9. Message-ID: <1dt6gcINN5l@crcnis1.unl.edu>
  10. NNTP-Posting-Host: cse.unl.edu
  11.  
  12. I'm looking for some brave souls willing to test ncftp, an enhanced
  13. ftp interface shell.  Testers should:
  14. a.  Use ftp regularly;
  15. b.  Be able to compile the source on a unix box.  You should be
  16.     somewhat familiar with your system in case something won't
  17.     compile on your particular brand of unix.
  18. c.  Programming savvy a plus, so if it core dumps you can run dbx and
  19.     tell me what line in the code crashed.
  20.  
  21. It was based on the bsd source to ftp, so it should compile on bsd compatible
  22. systems.  It was written on IRIX, a hybrid of BSD and System V, but I
  23. would like it to compile on a true System V system.
  24.  
  25. Specifically, I am interested in how you got it to compile if you got
  26. errors when you used 'make', and any bugs you find in the actual program
  27. once you get it running.  I would also like comments on the documentation.
  28.  
  29. E-mail me if you're interested, and I'll mail you out a shar-chive.
  30. Thanks,
  31. Mike Gleason.
  32.  
  33. The blurb follows:
  34.  
  35. ncftp - Alternative user interface for FTP
  36. version 1 rb 6 by Mike Gleason, NCEMRSoft.
  37.  
  38. ncftp was created out of disgust with using the regular 'ftp'
  39. command found on many brands of Unix.  People who spend a lot
  40. of time in ftp will want to install ncftp.
  41.  
  42. Features:
  43.  
  44.  * No more typing 'anonymous' and your email address every time
  45.    you want to ftp anonymously.  You don't need to have the
  46.    site in your .netrc.
  47.    
  48.  * No more typing complete site names.  Sites in your .netrc
  49.    can be abbreviated.  Type 'o wuar' to call wuarchive.wustl.edu.
  50.  
  51.  * Use your pager (like 'more') to read remote files.
  52.  
  53.  * Transfers feature a progress meter.
  54.  
  55.  * Implicit cd.
  56.  
  57.  * Fancy prompts.
  58.  
  59.  * You can keep a log of your actions.  See what the path was of
  60.    that file you downloaded yesterday so you don't have to
  61.    look for it today.
  62.  
  63.  * Built-in mini-nslookup.
  64.  
  65.  * The 'ls' command is ls -CF.  Some ftp's ls was identical to 'dir.'
  66.  
  67.  * Don't need to 'close' a site, just open a new one.
  68.  
  69.  * Don't feel like typing a long filename?  Use a wildcard in single
  70.    file commands like get and page.
  71.  
  72.  * You can create empty remote files.
  73.  
  74.  * Detects when new mail arrives.
  75.  
  76.  * ncftp is quieter by default -- who cares if the PORT command was
  77.    successful (if you do, turn verbose on :-).
  78. --
  79. --mg                                                      mgleason@cse.unl.edu
  80.