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: | "Francois PIETTE [ICS - MidWare]" (francois.piet..@overbyte.be) |
| Date: | Fri, 15 Dec 2006 20:41:09 |
> I am looking for a good FTP component. So far I have tested ICS and Indy,
> and they both have problems. The ICS did not transfer some of the files in
> Binary mode regardless of the fact it was set to Binary
You forgot to call TypeSet method which send the binary value to the FTP
server to select binary or text file transfer.
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
none