Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Nov : Indy Ftp error
| Subject: | Indy Ftp error |
| Posted by: | "Erik F. Andersen" (..@ascott.dk) |
| Date: | Wed, 22 Nov 2006 14:40:37 |
Hello!
I have a problem with Indy (version 9.00.18) Ftp in Delphi7. My problem is
that I get an exception EIdProtocolReplyError in IdTCPConnection: "USER:
Invalid number of parameters". I have tested the same application on various
systems but always against the same Ftp-server, and the error only occur on
one particular system.
The error occur in IdTCPConnection.SendCmd called from IdFtp.Logon
(SendCmd('USER ' + FUserName, [230, 331])).
I connect directly without using a proxy. I suspect that the communication
with the Ftp-server is somehow intercepted maby by a firewall or something.
Any ideas?
Regards,
Erik F. Andersen