Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: Delphi 7 Indy 9.00.10 Put command
| Subject: | Re: Delphi 7 Indy 9.00.10 Put command |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 15 Mar 2007 11:57:50 |
"Hubert Rétif" <retifhubert@remove.this.intergga.ch> wrote in message
news:45f99ab7@newsgroups.borland.com...
> Thanks Remy. It means that seen from the FTP Indy component,
> my client application has the permission to write or not.
That is true of any client. That is not specific to Indy only.
> If the same file is already existing on the server and I have
> write permission, it should be no problem to overwrite it?
Correct.
> Strange is that I can Put the file a first time but not a second
> time (overwrite).
Then you likely do not have write permissions to the file on the
server. What is the exact exception class type and text message that
Put() is raising when it fails? If it is raising an
EIdProtocolReplyError exception, then the text will be the message
that the server sent to the client.
> Is it then clearly a server "Problem" (not from my application)?
Most likely, yes.
Gambit
none