bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Wget 1.11.4 and FTP Server from Windows Server 2008 R2


From: Николай Меринов
Subject: Re: [Bug-wget] Wget 1.11.4 and FTP Server from Windows Server 2008 R2
Date: Sat, 29 Sep 2012 17:34:19 +0600

On 9/14/12, Robert Berghaus <address@hidden> wrote:
> Hi
>
> I tried to load some files recursive from a local Windows Server.
> IIS with FTP Support is installed and activated. I have no problem
> with a single file. :-)
>
> The command line is:
> wget --dont-remove-listing -r -l1 ftp://192.168.154.9/
>
> Wget tries to download the file '4 Container.tc'!
> There is a file 'Container.tc' and 4 is the last digit of the file
> size.
>
> Is this a known problem?
>
> best regards
> Robert Berghaus

Hi, Robert.

The problem in the parser for winnt listing format. Some of the new
windows FTP servers write listing like
>06-01-2011  03:01PM                 7038 file.txt
>04-28-2010  07:21PM       <DIR>          folder
where filename starts from 42th symbol instead of standart format
>06-01-11  03:01PM                 7038 file.txt
>04-28-10  07:21PM       <DIR>          folder
where filename starts from 40th symbol.

The patch to support new listing format attached to this letter.

Attachment: 0002-Support-new-WinNT-ftp-listing-format.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]