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: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 25 Oct 2006 02:58:08 |
"Lee Cook" <lee.cook@kwikhols.co.uk> wrote in message
news:453f2254@newsgroups.borland.com...
> 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.'
It is almost impossible for that particular error to be occuring without
some kind of external influence. If a firewall and router are not the
cause, the only other possibilities are anti-virus (yes, they can interfere
with sockets) or a corrupted socket stack inside the OS.
> 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.
Did you try stepping INTO the source code for connect() rather than just
past it?
> 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
Then the problem is not limited to Indy only, and is indicitive of a more
general problem on your machine. Have you tried connecting from other
machines?
> Try yourself the server ip is 81.138.175.17
I cannot connect to that server with any FTP client.
Gambit
none