Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: ftp.put errors with Indy 10.1.5. Am I checking for them correctly.

www.cryer.info
Managed Newsgroup Archive

Re: ftp.put errors with Indy 10.1.5. Am I checking for them correctly.

Subject:Re: ftp.put errors with Indy 10.1.5. Am I checking for them correctly.
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Fri, 4 Aug 2006 10:01:53

"Kerry Frater" <kerry@jcs.co.uk> wrote in message
news:44d37a6d$1@newsgroups.borland.com...

> If PUT fails in any way does it ALWAYS raise an exception.

Yes.

> I am not getting any errors in the applet, but it is claimed by the
> ftp server people that some files don't always get uploaded.

How are they determining that?  Are they sitting there watching the
transfers at the moment that you are actually performing them?  Are you
absolutely sure that you are uploading the files to the correct folder(s) in
the first place?  If Put() is creating/accessing the data connection
correctly, then something has to be getting uploaded.

> I am looking for someone with more experience with the Indy10 syste

I have extensive experience with Indy.  I am on the Indy development team.

> try
>    MyFTP.PUT(...);
> except
>    {***   If MyFTP.PUT fails in any way will this block ALWAYS be executed
> ***}
> end;

Yes, it will.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive