Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Feb : Indy10 ftp demo doesn't work
| Subject: | Indy10 ftp demo doesn't work |
| Posted by: | "delfo" (delfo@nospam.thanks.es) |
| Date: | Mon, 28 Feb 2005 14:18:05 |
When it tries to do ftp.list it gets hanged for a long time and finally
returns "Failed to establish connection". I tried debugging the source
and seems to hang when doing Sendcmd(NLST).
Connecting to the same server with indy 9 works ok. I tried adding uses
IdAllFTPListParsers or connecting to ftp.microsoft.com but seems I can't
find how to get it working. Any ideas?