Board index » delphi » FTP protocol Reply Error

FTP protocol Reply Error


2007-03-08 02:33:01 AM
delphi222
I am using the Indy 9.0.50 FTP client component. I am getting the
following error:
EIdProtocolReplyError ORT 71,224,173,212,19,137
Command not understood.
Can anyone help explain what this error is? My C FTP code on the palm
is working with the site ok.
Thanks,
Mike
 
 

Re:FTP protocol Reply Error

It must have been because I didn't have passive set. Working now. Nice
to have to code to look at :D
Mike Margerum writes:
Quote
I am using the Indy 9.0.50 FTP client component. I am getting the
following error:

EIdProtocolReplyError ORT 71,224,173,212,19,137
Command not understood.

Can anyone help explain what this error is? My C FTP code on the palm
is working with the site ok.

Thanks,
Mike
 

Re:FTP protocol Reply Error

"Mike Margerum" <XXXX@XXXXX.COM>writes
Quote
I am using the Indy 9.0.50 FTP client component. I am getting
the following error:

EIdProtocolReplyError ORT 71,224,173,212,19,137
Command not understood.
Please show your actual code.
Quote
Can anyone help explain what this error is?
Looks like the 'P' at the front of the command got stripped off before
it could reach the server. Is your client running behind a
firewall/router/proxy at all?
Gambit