diff options
author | 2008-09-08 19:31:16 +0000 | |
---|---|---|
committer | 2008-09-08 19:31:16 +0000 | |
commit | 3ad96ad01a063ff51ed25fe777d8eada8bedb445 (patch) | |
tree | 4507e8231f2f18c3d2058759e6cac2b1208e1a3d /sys | |
parent | enable support for %a, %A, %F. ok theo (diff) | |
download | wireguard-openbsd-3ad96ad01a063ff51ed25fe777d8eada8bedb445.tar.xz wireguard-openbsd-3ad96ad01a063ff51ed25fe777d8eada8bedb445.zip |
- 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 'sys')
0 files changed, 0 insertions, 0 deletions