bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Unsupported listing type problem


From: Tim Ruehsen
Subject: Re: [Bug-wget] Unsupported listing type problem
Date: Thu, 15 Oct 2015 09:39:49 +0200
User-agent: KMail/4.14.10 (Linux/4.2.0-1-amd64; KDE/4.14.12; x86_64; ; )

Hi Marcell,

if you could give me user/password to access that FTP server for testing 
purposes, I could very easily have OS/9 support built into wget. Of course, 
you should send that to me privately.

The current workaround - if you are working in a *nix like environment - is to 
download the .listing, parse the filenames and load each one separately.

Something like
for f in `cat .listing|tr '\r' '\n'|grep '0\.0'|awk '{print $7}'`; do
  echo wget {your options} ftp://server/directory/$f
done

The 'tr' command is to convert MACOS9 and OS/9 end-of-line into unix end-of-
line.

Regards

        Tim

On Thursday 15 October 2015 07:24:38 Marcell Jarvas wrote:
> Hi Guys,
> 
> I appreciate and thanks for all your effort. Is there then a workaround
> available, which makes it possible to use?
> 
> I'm looking forward to your feedback!
> 
> Regards,
> Marcell
> 
> On Wed, Oct 14, 2015 at 2:55 PM, Tim Ruehsen <address@hidden> wrote:
> > Hi Darshit,
> > 
> > I just had some time to create a quick patch, but now my customers rush
> > in...
> > 
> > We need either access to the OS/9 ftp server or have to extend the FTP
> > test
> > server (or better: both).
> > 
> > Tim
> > 
> > On Wednesday 14 October 2015 10:34:47 Marcell Jarvas wrote:
> > > Hi,
> > > 
> > > Thanks for the quick reply!
> > > 
> > > I attached the debug output.
> > > 
> > > I hope it helps.
> > > 
> > > Regards,
> > > Marcell
> > > 
> > > On Wed, Oct 14, 2015 at 8:43 AM, Darshit Shah <address@hidden> wrote:
> > > > Can you please share the debug output provided by Wget in this case?
> > > > 
> > > > It does seem like the issue is exactly what Wget reports, the server
> > > > is returning a .listing file that Wget does not know how to interpret.
> > > > I'd like to see the debug output just in case there's something else.
> > > > 
> > > > However, since I don't have access to a OS9 machine, I can only try to
> > > > reverse engineer using the listing file you've provided.
> > > > 
> > > > On 13 October 2015 at 15:36, Marcell Jarvas <address@hidden>
> > > > 
> > > > wrote:
> > > > > Hi,
> > > > > 
> > > > > I'm trying to download a folder from a specific tool's ftp server.
> > > > > I'm getting back the "Unsupported listing type" message.
> > 
> > > > > Switching on the debug function, the device tells that its OS is:
> > "OS-9
> > 
> > > > > Type: L8 Version: OS9-ftpd May 11 2007"
> > > > > I attached the .listing file.
> > > > > 
> > > > > What can be the problem?
> > > > > 
> > > > > Please help!
> > > > > 
> > > > > Regards,
> > > > > Marcell
> > > > 
> > > > --
> > > > Thanking You,
> > > > Darshit Shah



reply via email to

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