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 <[email protected]> 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 <[email protected]>
> 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
>
Setting --cut-dirs (cutdirs) to 1
DEBUG output created by Wget 1.16.3 on mingw32.

URI encoding = 'ASCII'
converted 'ftp://10.205.27.216/MYPARA/' (ASCII) -> 
'ftp://10.205.27.216/MYPARA/' (UTF-8)
Using 'D:/Apex/.listing' as listing tmp file.
--2015-10-14 10:29:44--  ftp://10.205.27.216/MYPARA/
           => 'D:/Apex/.listing'
seconds 0.00, Connecting to 10.205.27.216:21... seconds 0.00, connected.
Created socket 3.
Releasing 0x003439c8 (new refcount 0).
Deleting unused 0x003439c8.
Logging in as sup ... 220-
    Welcome at the mPro400 FTP Server!
220 10.205.27.216 FTP server (OS9-ftpd May 11 2007) ready.

--> USER sup


331 Password required for sup.

--> PASS *****


230-
    * * * * * * * * * * * * Welcome at mPro400SE/GC * * * * * * * * * * * * *
    *                                                                       *
    *       This is a private computer system. Unauthorized access is       *
    *        strictly prohibited. All data traffic can be monitored.        *
    *                                                                       *
    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    Sysdisk Revision: 6089, Not modified, Not mixed
    Revision Date:    2014/05/05 13:02:25
    SVN URL:          http://htwe0011/svn/Components/Sysdisk 
P5200-P5121/tags/release/1.11
    
    type kbmode us  for US keyboard layout
    type kbmode ger for DE keyboard layout
    
230 User sup logged in.
Logged in!
==> SYST ... 
--> SYST


215 OS-9 Type: L8 Version: OS9-ftpd May 11 2007
done.    ==> PWD ... 
--> PWD


257 "/h0" is the current directory.
done.
==> TYPE I ... 
--> TYPE I


200 Type set to I.
done.  changing working directory
Prepended initial PWD to relative path:
   pwd: '/h0'
   old: 'MYPARA'
  new: '/h0/MYPARA'
==> CWD (1) /h0/MYPARA ... 
--> CWD /h0/MYPARA


250 CWD command successful.
done.
conaddr is: 10.205.27.216
==> PASV ... 
--> PASV


227 Entering Passive Mode (10,205,27,216,244,166)
trying to connect to 10.205.27.216 port 62630
seconds 0.00, Created socket 4.
done.    ==> LIST ... 
--> LIST -a


150 Opening BINARY mode data connection for 'dir'.
done.

     0K ..                                                     14.0M=0s

Closed fd 4
226 Transfer complete.
conaddr is: 10.205.27.216
==> PASV ... 
--> PASV


227 Entering Passive Mode (10,205,27,216,244,168)
trying to connect to 10.205.27.216 port 62632
seconds 0.00, Created socket 4.
done.    ==> LIST ... (skipping "LIST -a")
--> LIST


150 Opening BINARY mode data connection for 'dir'.
done.

     0K ..                                                      101K=0.03s

Closed fd 4
226 Transfer complete.
LIST returned the same amount of data of "LIST -a": I will use "LIST -a" as 
standard list command
2015-10-14 10:29:45 (202 KB/s) - 'D:/Apex/.listing' saved [5340]

Unsupported listing type, trying Unix listing parser.
UNKNOWN; perms 0; 
Skipping.
Removed 'D:/Apex/.listing'.
--2015-10-14 10:29:45--  ftp://10.205.27.216/MYPARA/
           => 'D:/Apex/index.html'
==> CWD not required.
==> SIZE  ... 
--> SIZE 


500 'SIZE ': command not understood.
done.

conaddr is: 10.205.27.216
==> PASV ... 
--> PASV


227 Entering Passive Mode (10,205,27,216,244,170)
trying to connect to 10.205.27.216 port 62634
seconds 0.00, Created socket 4.
done.    ==> RETR  ... 
--> RETR 


500 'RETR ': command not understood.

No such file ''.

Closed fd 4
Closed fd 3

Reply via email to