Board index » delphi » TIdFTP.Put error: 500 'STOU': command not understood

TIdFTP.Put error: 500 'STOU': command not understood

When I try Put files to my ftp server, I get the error: "exception
class EIdProtocolReplyError with message '500 'STOU': command not
understood'". I'm using Kylix 2 and Indy 8.0.21.

Get is working and downloading files correctly. What I can do?

 

Re:TIdFTP.Put error: 500 'STOU': command not understood


Hi. I solved the problem. The put method can take until
three arguments: source, destin and append with generate
3 commands: STOU, APPE and STOR. When I use only Source,
without especify destin, then it uses STOU, with my server
don't understood. Using Source and Destin, it uses STOR,
that my server understood. Quite simple, no?

PS: My ftp server is WU at Linux Mandrake 8.2

Quote
"Dufloth" <dufl...@tecno{*word*104}.com.br> wrote:

>When I try Put files to my ftp server, I get the error: "exception
>class EIdProtocolReplyError with message '500 'STOU': command not
>understood'". I'm using Kylix 2 and Indy 8.0.21.

>Get is working and downloading files correctly. What I can do?

Re:TIdFTP.Put error: 500 'STOU': command not understood


"Dufloth" <dufl...@tecno{*word*104}.com.br> wrote in news:3d667aa2$1
@newsgroups.borland.com:

Quote
> When I try Put files to my ftp server, I get the error: "exception
> class EIdProtocolReplyError with message '500 'STOU': command not
> understood'". I'm using Kylix 2 and Indy 8.0.21.

> Get is working and downloading files correctly. What I can do?

Specify a file name and use the standard PUT method.

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
      "Programming is an art form that fights back"

   Need extra help with an Indy problem?

      http://www.atozedsoftware.com/indy/support/

ELKNews - Get your free copy at http://www.atozedsoftware.com

Other Threads