Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : 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: | "Kerry Frater" (ker..@jcs.co.uk) |
| Date: | Fri, 4 Aug 2006 19:39:35 |
Thanks,
There is only the one folder to upload to. I think their "collect and
process" mechanism is failing. But the onus is on me to prove the upload. I
think I am on solid ground to get them to review their processes.
Many thanks for your help
Kerry
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:44d37ddb$1@newsgroups.borland.com...
>
> "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
none