Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: indy ftp server passive trouble
| Subject: | Re: indy ftp server passive trouble |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 2 Jan 2008 14:57:03 |
"API" <ari.pikivirta@kolumbus.fi> wrote in message
news:477c0673$1@newsgroups.borland.com...
> i've been trying to figure out what can be happening with
> the passive connection below:
It is very hard to diagnose the problem without knowing how you are
producing that log to begin with. Is that a client-side or server-side log?
TIdFTPServer does not try to read anything from the control connection
during a data transfer. Besides that, error code 10013 is WSAEACCES
(permission denied). Since you already have an active connection for
sending/receiving the PASV command, there is no reason for that error to
ever be reported when reading/writing to an established connection.
Gambit
none