Dear developer,
I dont know if its a right thing to do to write you an email concerning
users issues but oh well if any one should know the answer its u!
I got lftp running a very simple download script which works quite well
except for one thing.
the script should mirror a directory on the source ftp. But this
directory changes names every week, but the first characters are always
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?
I put the above script in crontab like
lftp -f /downloandscript.sh
Kind regards,
Menno Dijkstra
p.s Prison* will not work completely since it will make a folder
/TV/Prison.Break/S4/Prison*
instead of full path.