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:[email protected]/

DEBUG output created by Wget 1.12 on linux-gnu.

Using `.listing' as listing tmp file.
--2013-07-08 17:59:25-- ftp://XXXXX:[email protected]/
           => `.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 [email protected]

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