home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ncftp-2.3.0-src.tgz / tar.out / contrib / ncftp / WHATSNEW < prev    next >
Text File  |  1996-09-28  |  6KB  |  146 lines

  1. What's new in NcFTP 2.0:
  2. -----------------------
  3.  
  4. + Complete rewrite.
  5.  
  6.   I've been wanting to do this for a long time, and I can now say I'm proud
  7.   of the code itself.  It's cleaner, better organized, and more efficient.
  8.   It's also better documented, for those of you who like to make your own
  9.   hacks to the code.
  10.   
  11. + Easier to install.
  12.  
  13.   I'm pleased to announce that a "configure" script is used, making it
  14.   easier to install without reading that bloody README file.  Kudos to
  15.   GNU Autoconf for making this possible.
  16.  
  17. + Full-screen "curses" support.
  18.  
  19.   The program now has a prettier, yet more functional interface.  You can
  20.   now do most of the configuration from within the program.  You don't
  21.   need to mess with any ".netrc"-type file.
  22.   
  23. + Integrated Host Editor (More "recents!")
  24.  
  25.   You can now save information about as many hosts as you want.  The program
  26.   does it all automatically, so you don't need to worry about a .netrc
  27.   or .ncrecent file at all.
  28.   
  29.   With the full-screen "visual" mode, you can use the new "hosts" command
  30.   to pop up the integrated Host Editor.  From there you can easily change
  31.   stuff about the hosts, add/delete hosts, etcetera.
  32.  
  33.   You can use this to assign your own nicknames to sites.  For example,
  34.   you could assign "ncftp" to "cse.unl.edu" and do "open ncftp" from
  35.   the command line.
  36.   
  37. + Integrated Preferences Editor.
  38.  
  39.   Similarly, you can edit program options with the "prefs" command, which
  40.   pops up the Preferences editor.
  41.  
  42. + Better macros.
  43.  
  44.   You can have any number of global macros, including macros that take
  45.   arguments.  In addition, you can type their names as if they were
  46.   regular commands.  You put all your macros in a file called "macros"
  47.   in your $HOME/.ncftp directory.
  48.   
  49.   You can also define special macros which will run upon a certain action,
  50.   such as opening or closing a specific site, running or quitting the
  51.   program, opening or closing any site.
  52.  
  53. + Better command-line parser.
  54.  
  55.   The command line behaves closer to a real UNIX shell, with redirection
  56.   and piping working like you'd expect.  You don't have to follow any
  57.   special rules like you did before (i.e. "get afile |cmd").  This works
  58.   with almost all the commands, so you could do "version > version.info"
  59.   for example.
  60.  
  61. + More intuitive use of wildcards.
  62.  
  63.   There is no "mget" or "mput" commands anymore.  You now always just use
  64.   "get" and "put," and they function like "mget" and "mput" did.  It seems
  65.   more logical to just behave like the m* commands always.  You can still
  66.   get a file and rename it something else like the old "get" always did,
  67.   but you have to use a special flag for that.
  68.  
  69. + NcFTP shuts up during transfers when put in the background.
  70.  
  71.   This is nice when you want to get a big file, and not have the process
  72.   suspend because ncftp updated the progress meter.
  73.  
  74. + "Reget" support added.
  75.  
  76.   In fact, it's automatic.  All you have to do is just "get" the same
  77.   file.  The program checks to see if you have the same file, but with
  78.   a smaller size.  If that is true, ncftp resumes the transfer from
  79.   where it left off when the connection broke previously.
  80.  
  81. + Recursive gets.
  82.  
  83.   You can now fetch whole directories at a time, by using the "-r" flag
  84.   with the "get" command.  For example, to get all the stuff in my
  85.   FTP area, you could "get -r mgleason" which would make a "mgleason"
  86.   directory and copy everything in it.
  87.  
  88. + Skipping files you already have.  (Get "new" files only.)
  89.  
  90.   NcFTP won't waste your time trying to fetch a file if it thinks you
  91.   already have it.  This is done automatically, but you can override
  92.   this by using the force (-f) flag.  This lets you "mirror" remote
  93.   sites.  You "get" a bunch of files, and the next time you call,
  94.   do get in the same location and you'll only transfer the new files
  95.   that arrived since the last time.  You can also do this recursively,
  96.   so you can mirror entire directory trees if you want.
  97.  
  98. + Get "newer-than-X" files.
  99.  
  100.   You can tell ncftp to fetch files which are dated X days or newer only.
  101.   This is another way to get new uploads, without keeping a mirror.  To
  102.   activate this, you would do something like "get -n 5 ./*.tar" to
  103.   get all the Tar files in the current directory 5 days old or younger.
  104.  
  105. Some differences to be aware about between older versions:
  106. ---------------------------------------------------------
  107.  
  108. * Using "colon-mode" never enters the shell.  Whenever you use it, the
  109.   program will do it's thing, and exit.
  110.  
  111. * You don't get the fancy prompts anymore when using "line" mode (i.e.
  112.   you turned off visual mode by running with "ncftp -L").
  113.  
  114. * When in visual mode, you can't use GNU Readline or Getline.  You can
  115.   use them if not in visual mode though.  In visual mode, you get to use
  116.   my homegrown line editor/history.  It lets you scroll through the history,
  117.   and use some simple editing commands.
  118.  
  119. * "get"/"put" always behaves like "mget"/"mput."
  120.  
  121. * There is no .netrc file.  You do get a ~/.ncftp directory, and in it
  122.   you get files called "hosts" and "prefs."  You can also put your
  123.   "macros" file there, and if you have logging turned on, a file called
  124.   "log" is stored there.
  125.  
  126. * For "macdef init" macros, you need to put them in your "macros" file
  127.   named as ".open.<sitename>.  So for an init macro for wuarchive, you
  128.   would use a macro named ".open.wuarchive" instead.
  129.  
  130. * Other commands previously supported for backwards compatibility with
  131.   "ftp" are gone.  So are some other less useful commands.
  132.  
  133. * The gateway hack has been removed.  You'll have to use SOCKS.
  134.  
  135. * Hostname abbreviation rules have changed a bit.  NcFTP assigns a unique
  136.   nickname to site the first time you open it (this nickname
  137.   can be changed using the host editor if you don't like it).  When
  138.   you try opening a site, you can either type it's full name again,
  139.   or type it's nickname.  You can abbreviate the nickname, but not
  140.   other parts of the site name.  For example, if you had an entry called
  141.   "wuarchive.wustl.edu" in your host file with a nickname of "wuarchive,"
  142.   You could do "open wuarchive" or "open wuar" but "open wustl" would
  143.   not.  This avoids the confusion between abbreviations and local
  144.   network hosts.
  145.  
  146.