On 02/03/14 05:42, Robert R wrote:
Hi, thanks for quick reply
I can't send .listing file because is probably blank -> 0 bytes.
Now i send a printscreen -> output of wget.exe --debug
--dont-remove-listing "ftp://10.0.0.12/Temp/"
Thanks. It indeed seems that the server is returning nothing to LIST -a
I suspect it is trying to list a file named "-a". Try with wget 1.15.
Starting
from this version, wget will try again with a bare LIST if LIST -a fails
(the
debug output show that the version you are using is not performing that
fallback).
Regards