On Fri, May 16, 2008 at 11:55:19AM +0200, Menno Dijkstra wrote: > Now I am trying to transfer complete dirs if their size is between 50 MB and > 120 MB. > Inside lftp i put, > > mirror -v --size-range=50000000-120000000 /source /target > > But now it searches for files within /source dir, instead of directories > with these sizes.
Currently it is not possible with lftp. The --size-range option only applies to separate files. -- Alexander.
