Re: wwwoffle-mv and alias
Rolf Leggewie <[email protected]>
| Newsgroups | gmane.network.wwwoffle.user |
|---|---|
| Message-ID | <[email protected]> |
Andrew M. Bishop wrote: > Try this patch. It worked for me on a quick test. Thank you. I'll give it a go. >>[1] There is a bug in the man page. The command given is 'wwwoffle-mv >> http/foo http/bar' where it should be 'wwwoffle-mv http/foo >> http:/bar/'. > Why do you think that the second argument needs to have a ':' in it > and the first one does not? The first one refers to the folder to move, there are no subdirectories. The second is the host including local path, there might be several subdirectories. It's the difference between referring to a folder (slash only) and the full URL-spec. Think about it for a minute. If http://foo/ is mirrored at ftp://bar/mirrors/foo/ then you need to say 'wwwoffle-mv http/foo/ ftp://bar/mirrors/foo/'. The following two would NOT work as needed to merge existing files. wwwoffle-mv http/foo/ ftp://bar/ -> top-dir instead of sub wwwoffle-mv http/foo/ http://bar/mirrors/foo/ -> wrong protocol I hope this time it is more comprehensible. Paul, don't hesitate to ask if this needs further clarification. I might be mistaken, but I think not. Best Rolf