Hello,
I try to download files from a FTP-Server, on my Win-XP-Computer is all OK but on the Vista-PC i can connect and login but if i request the list of the files in the directory i get no entries back.
The tracelog is OK:
> TYPE A
< 200 Type set to A.
> PASV
< 227 Entering Passive Mode (XXX,XX,XX,XXX,XXX,XXX)
> LIST *.*
Data connection established with XXX.XX.XX.XXX:XXXXX on 24.09.2008 @ 13:24:11
< 150 Data connection accepted from XX.XX.XX.XX:XXXX; transfer starting.
< 226 Transfer ok.
> QUIT
Disconnected from XXX.XX.XX.XXX:XX on 24.09.2008 @ 13:24:12
Please Help!