allow the specification of multiple filenames (with or without
authorAndrew Tridgell <tridge@samba.org>
Fri, 15 May 1998 08:43:11 +0000 (08:43 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 15 May 1998 08:43:11 +0000 (08:43 +0000)
commit087bf010d2cd89848181e49b4ecdfd29a66353e9
tree16125b2dd89e2137dc9df22984345ba340689a8d
parentf240c06902d2766a47e32eb1a96b4e09fef49c64
allow the specification of multiple filenames (with or without
wildcards) to a rsync server. For example you can do:

rsync -avz samba::'ftp/pub/samba/README ftp/pub/samba/*.gz' .
clientserver.c
util.c