Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : Re: Looking for a good FTP component
| Subject: | Re: Looking for a good FTP component |
| Posted by: | "Boian Mitov" (mit..@mitov.com) |
| Date: | Wed, 13 Dec 2006 14:55:00 |
Hi Jamie,
You missed the point. I am not saying that I can't work around the
problem. What I am saying is that I have hard time to trust a component
that has this type of issues. If this is broken, I start to worry what
else is broken too :-( . I just don't trust the component so much after
seeing this. This type of stuff for me is important indication of the
overall quality of a component. I guess I am just picky.
Cheers,
Boian
Jamie Dale wrote:
> Maybe so, but it is one which can be easily avoided using the code I
> supplied. It's very easy, and makes Indy a dream to use.
> I know it's a few lines of extra code, but it's not much is it? - Besides,
> it will save you endless greif.
>
> Why were you trying to put a file without an active connection anyway? - You
> know it wouldn't actually transfer anything.
>
> What exactly is the problem? - Is it the type of error/exception - IE were
> you relying on a particular exception which your program could react to? Or
> were you just unhappy that it didn't automatically check for a connection
> and connect if needed?
>
> If it's the latter then it's very easily overcome. If it's the former... you
> could always edit the indy source..