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:43:13 |
>> I transfer thousands of binary files daily using ICS FTP, clearly your
>> application did not implement the component correctly, perhaps you are
>> not checking error codes correctly.
> I repeatedly tested the latest version of ICS. Some files are ALWAYS
> corrupted when transfered. Every time the same corruption. i use the
> default settings.
That is not a corruption if it is all the time the same. Reading your
previous message, I guess you missed to use TypeSet method to tell the FTP
server to use binary mode. You /must/ set binray property /and/ call TypeSet
to have a binary file transfer.
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
none