Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Re: Indy 10 FTP repost - getting urgent
| Subject: | Re: Indy 10 FTP repost - getting urgent |
| Posted by: | "Lee Cook" (lee.co..@kwikhols.co.uk) |
| Date: | Wed, 25 Oct 2006 09:37:31 |
Gambit,
I am totally sure that the firewall and router has nothing to do with this
problem, I can use the application to connect to various other servers
without any errors it is only this on server that i cannot connect to and
gives me the error 'Socket Error # 10038 Socket operation on non-socket.'
this happens when i run it through the debugger and as i step through it
gets to the connect() line and when i try and step pass the connect() this
error occurs.
Like i said i can connect to it using ACE FTP program but also i cannot
connect to the server if i use ftp://81.138.175.17 in internet explorer
version 6 with all latest updates/patches
Try yourself the server ip is 81.138.175.17
Lee
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:453e4cc0$1@newsgroups.borland.com...
>
> "Lee Cook" <lee.cook@kwikhols.co.uk> wrote in message
> news:453de865@newsgroups.borland.com...
>
>> As i said before yes i am but disabling the firewall/router
>> makes no difference
>
> You are ABSOLUTELY sure the firewall is fully disabled properly? You have
> connected the machine directly to the Internet modem to bypass the router?
>
>> I can connect to the FTP site with ACE FTP
>
> Which does not mean very much. There is nothing special about Indy's
> sockets vs. other sockets. Your application could still be getting
> blocked.
> If the firewall is not fully disabled, it could still be blocking the
> ports
> that TIdFTP is trying to use. Or maybe there is a policy on the machine
> that prevents your application from using sockets at all?
>
>
> Gambit