On Sun, Aug 27, 2006 at 06:12:44AM -0400, Justin Piszcz wrote: > I was thinking during a queue mirror -c . such on a public FTP site, there > will be some directories and possibly files that may not be accessible, > due to permissions. > > Would it make sense for lftp to have a feature: > > set permissions:skip-noaccess yes
Only as a non-default option. The only way to know for sure that the file is unaccessible is to try to access it (secondary groups, ACL, non-unix system). And name it mirror:skip-noaccess. -- Alexander.
