diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-09-08 19:31:17 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-09-08 19:31:17 +0000 |
commit | 80d370e186c3afb94a60c35cc67958dd3836d2f4 (patch) | |
tree | e0348a773d37e32d4a15c28f240f9bb148a5703a /regress/include | |
parent | d898d88f89f4c17c8f4c26d522aef8726406ee90 (diff) |
- simplify mget(): remove the duplicate code and just use getit(),
as a result it can do nice things getit() does such as:
- -n: use 'newer' for transfers (fetches files that are newer on
the server, than locally), this can be used for e.g. mirroring (mget
-cnr 4.* would fetch missing files, continue interrupted transfers,
and replace newer files of 4.X dirs)
- -d: spedify depth of the recurrence. e.g. 'mget -rd 2 patches'
in pub/openbsd would fetch only archive files, not going further
into dirs
- use static restartit, max_depth instead of doing the magic
tested/requested&ok merdely@; ok pyr@, millert@
man page tweaks&ok jmc@
Diffstat (limited to 'regress/include')
0 files changed, 0 insertions, 0 deletions