On Wed, Sep 24, 2003 at 12:45:36AM +0300, Tommi Raulahti wrote:
> I have file containing following lines:
> 
> get file1.zip
> .
> .
> get file99.zip
> 
> When I use this file as 'list of command' with "source" command, all
> commands are executed just fine in list but statustext is obviously
> missing something. While downloading, it prints like this:
> 
> ' at 123434 (20%) 123.5K/s eta 5m [receiving data]
> 
> I'll assume, it should print insteed:
> 
> 'file1.zip' at 123434 (20%) 123.5K/s eta 5m [receiving data]
> 
> Is this a feature or a bug in lftp?

I think your file with list of commands has CR character at end of each line,
so the cursor is returned to beginning of the line after file name is printed.

Do you use cygwin compiled lftp in windows? If so, I think lftp should be
fixed to open source file in text mode.

-- 
   Alexander.

Reply via email to