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: | "theo" (nospam@for.me) |
| Date: | Thu, 14 Dec 2006 01:11:12 |
Boian Mitov schrieb:
> BTW: For rapid prototyping components are better suited than classes in
> general. Remember I am doing a proof of concept prototype at the moment,
> so I need something quick that works most of the time ;-). ICS does it
> well after I figured out that I have to explicitly send the Binary command
>
I agree when it comes to async versus having to write a Thread for
synchronuous.
But generally for non-visual components, I'm not so sure if writing
TMyClass.create / MyClass.free is more work than installing the
component. ;-)
none