On Mon, Apr 27, 2009 at 12:55:07AM +0200, Menno Dijkstra wrote: > the same. What i would like is the following; > lftp site > cd /TV > mirror Prison[TAB] /TV/Prison.Break/S4/ > exit > > how would i let lftp actually do the [TAB] autocomplete?
Try this: glob -d mirror Prison* /TV/Prison.Break/S4 If you add a slash (S4/), lftp will append base name of source directory. -- Alexander..
