bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] Listing fails with specific ftp-Server


From: Simon Winiger
Subject: [Bug-wget] Listing fails with specific ftp-Server
Date: Tue, 09 Jul 2013 13:42:55 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

Hello,

i have the problem that wget cannot download from a specific ftp-Server, because it can't get a listing (debug code below (user+pw X-ed), produced html file contains no info). I searched the web&this list, but found only some info from 2001 and wget 1.6 (?)

Maybe someone can give a hint?

Thanks and greetings from Freiburg/Germany,
Simon

----
wget -d ftp://XXXXX:address@hidden/

DEBUG output created by Wget 1.12 on linux-gnu.

Using `.listing' as listing tmp file.
--2013-07-08 17:59:25-- ftp://XXXXX:address@hidden/
           => `.listing'
Resolving iproxy... XXXX
Caching iproxy => X.X.X.X
Connecting to iproxy|X.X.X.X|:2121... connected.
Created socket 3.
Releasing 0x0885be08 (new refcount 1).
Logging in as XXXX... 220 Welcome to sx043.

--> USER address@hidden

331 Password required for XXXX.

--> PASS *XXXX

230 User XXXX logged in.
Logged in!
==> SYST ...
--> SYST

215 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
done.    ==> PWD ...
--> PWD

257 "/z:/" is current directory.
done.
==> TYPE I ...
--> TYPE I

200 Type set to I.
done.  ==> CWD not needed.
conaddr is: 192.168.94.2
==> PASV ...
--> PASV

227 Entering Passive Mode (192,168,94,2,160,40).
trying to connect to 192.168.94.2 port 41000
Created socket 4.
done.    ==> LIST ...
--> LIST -a

150 Opening data connection for directory list.
done.

    [ <=> ] 17          --.-K/s   in 0.002s

Closed fd 4
226 File sent ok
2013-07-08 17:59:26 (9.96 KB/s) - `.listing' saved [17]

Unsupported listing type, trying Unix listing parser.
UNKNOWN; perms 0;
Skipping.
Removed `.listing'.
Wrote HTML-ized index to `index.html' [202].
Closed fd 3




reply via email to

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