On Wed, Oct 12, 2005 at 02:43:31PM +0200, Marc LECROSNIER wrote:
> I use lftp since a few days. If find the mget -E option very useful in my
> case.
> I run a script which mget -E *.rcv but when no file match this condition
> (*.rcv)
> the script stops. I run the command manually I obtain a :
> Récupération du contenu du répertoire (0) [FEAT negotiation...]
> which mean approximatively
> Retrieving the contains of the directory (0)
>
> Is it a bug, or may I request an option to ignore if there's no file...
It is a bug on the server side. To workaround, use:
set ftp:list-empty-ok yes
--
Alexander..