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: | ang..@magsys.co.uk |
| Date: | Wed, 13 Dec 2006 10:30 +0000 (GMT Standa |
In article <457f502c$1@newsgroups.borland.com>, mitov@mitov.com (Boian Mitov) wrote:
> Here are my settings. With those some PNG files are sent
> corrupted.
> Binary = True
Just setting a property is not sufficient, you need to send the FTP TYPE command with either the TypeBinaryAsync or TypeAsciiAsync methods before you start the file transfer.
Or use our high level file transfer component that hides the low level FTP command protocol from your application.
Angus