FTP, isn't there something like mreget or mnewer?

FTP, isn't there something like mreget or mnewer?

Post by Min Hyung Ch » Sat, 23 Mar 1996 04:00:00



Hi folks,

 I ocasionally download big chunk of multiple files using ftp.
 Basically I use mget but it would be very nice if there's something like
 mreget or mnewer so that I can download only different or newer files.
 I guess there must be a simple solution, but I don't know.
 Could anybody tell me how to do this?

 Thanks.

--
      |                          Min Hyung Choi                         |

      |         World Wide Web  :    http://www.cs.uiowa.edu:/~choi/    |
      |                 Office  :    201A MLH                           |
      |                    LAB  :    303 MLH 319-335-0749               |
      |  Dept. of Computer Science, Univ. of Iowa, Iowa City, IA 52242  |

 
 
 

FTP, isn't there something like mreget or mnewer?

Post by Julian Thompso » Sun, 24 Mar 1996 04:00:00



: Hi folks,

:  I ocasionally download big chunk of multiple files using ftp.
:  Basically I use mget but it would be very nice if there's something like
:  mreget or mnewer so that I can download only different or newer files.
:  I guess there must be a simple solution, but I don't know.
:  Could anybody tell me how to do this?

You could try ncftp (ftp.cs.unl.edu/pub/ncftp/), shipped with at least
Slackware. One can do a "get *" to retrieve files that either don't exist
locally or are newer than the ones you have. Also supported is "get -R"
that will recursively retrieve directories...

:  Thanks.

The interface of the current version (2.3.0 I believe) is quite an
improvement on older versions...

Julian

--