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: | "Hubert Rétif" (retifhubert@remove.this.intergga.ch) |
| Date: | Thu, 15 Mar 2007 20:13:08 |
> There is no such option available in the FTP protocol. Whatever the
> DOS client is doing, it is doing it on its own accord. The server
> cannot tell the client to prompt the user.
Thanks Remy. It means that seen from the FTP Indy component, my client
application has the permission to write or not. If the same file is already
existing on the server and I have write permission, it should be no problem
to overwrite it?
Strange is that I can Put the file a first time but not a second time
(overwrite). Is it then clearly a server "Problem" (not from my
application)?
Hubert.