Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Re: Indy 8: Reset by Peer
| Subject: | Re: Indy 8: Reset by Peer |
| Posted by: | "Guillem" (guillemvicens-nospam@clubgreenoasis.com) |
| Date: | 13 Oct 2006 03:34:12 |
Hubert Anemaat wrote:
> Hello,
>
> One of my clients get the error message "Reset by Peer" when he is
> using the IdFTP component. What does this mean ?
>
> Is there something wrong in my application or is it a problem of the
> internet provider ?
>
this is most probably the socket error 10054 (WSAECONNRESET), which
happens when the peer resets the connection.
Possible causes for this are that the remote app has been closed or the
remote host has been restarted. Another option would be that you have a
keep-alive connection that has been closed when an error was detected
while performing some operation.
--
Best regards :)
Guillem Vicens Meier
Dep. Informatica Green Service S.A.
www.clubgreenoasis.com
none