Hey Alexander
I already fixed most of the issues below
with the command;
find ./ -type f -name "(*)" -exec rm -f {} \;
I put this in pakuit.sh and also rm -r Sample (although not downloading at all
would be better)
So that's great !
Only think i would like to accomplish is to get my pakuit.sh automaticly
executed
by my download scripts i load with lftp -f downloadscript
Thnx so far!
Menno
------- Oorspronkelijk bericht ---------------
Van: "Alexander V. Lukyanov" <[email protected]>
Datum: Mon 27/04/09 11:29
Aan: Menno Dijkstra <[email protected]>
Cc: <[email protected]>
Onderwerp: Re: lftp script using autocomplete
> 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..
>
>
----------------------------------------------