Fabio Defferrari wrote: > No, I'm setting Binary property do True before connecting and sending the > file.
You must set it explizitly when connected to the server. i.e. FtpClient1.TypeBinaryAsync; Arno > Fábio > > >> Did you run TypeSet() for changing into the binary mode? >> >> Regards, >> >> SZ >> >> ----- Original Message ----- >> From: "Fabio Defferrari" <[EMAIL PROTECTED]> >> To: "ICS support mailing" <[email protected]> >> Sent: Wednesday, February 01, 2006 3:52 PM >> Subject: Re: [twsocket] Image transfer with TFtpClient >> >> >> Hi, Fran?ois >> >> Same problem. I just recompiled the project using the latest ICS beta >> and tried sending the file again. Do you want the files so you can >> check it out? >> >> Regards, >> >> F bio >> >> >>> Please try with latest ICS beta available from my website. This beta >>> version contains all the fixes since last release. >>> >>> -- >>> Contribute to the SSL Effort. Visit >>> http://www.overbyte.be/eng/ssl.html >>> -- >>> [EMAIL PROTECTED] >>> Author of ICS (Internet Component Suite, freeware) >>> Author of MidWare (Multi-tier framework, freeware) >>> http://www.overbyte.be >>> >>> >>> ----- Original Message ----- >>> From: "Fabio Defferrari" <[EMAIL PROTECTED]> >>> To: <[email protected]> >>> Sent: Wednesday, February 01, 2006 11:38 AM >>> Subject: [twsocket] Image transfer with TFtpClient >>> >>> >>>> Hello, >>>> >>>> I'm using TFtpClient to put JPG image files on a FTP server. The >>>> problem is that with images smaller than 160/170 Kb, it works >>>> fine, but larger images are not sent correctly. The file itself >>>> seems not to be corrupted, but the image (a picture, in this case) >>>> is not sent completely. >>>> >>>> I already tried using the demo application which comes with ICS, >>>> and the problem happens there too (binary transfer is on). With >>>> other FTP applications the file is sent correctly (so the problem >>>> is not on server side, or even on the Internet link). >>>> >>>> Do you have idea? I can send you the image file, so you can see >>>> what I'm talking about. >>>> >>>> Thanks in advance, >>>> >>>> F bio Defferrari >>>> >> >> ------------------------------------------------------------------- >> F bio Defferrari E-mail: [EMAIL PROTECTED] Defferrari >> Inform tica Ltda. Novo Hamburgo - RS - Brasil Telefone/Fax: 51 >> 3594-2270 Home-page: www.defferrari.com.br >> ------------------------------------------------------------------- >> >> -- >> To unsubscribe or change your settings for TWSocket mailing list >> please goto http://www.elists.org/mailman/listinfo/twsocket >> Visit our website at http://www.overbyte.be >> >> -- >> To unsubscribe or change your settings for TWSocket mailing list >> please goto http://www.elists.org/mailman/listinfo/twsocket >> Visit our website at http://www.overbyte.be > > > ------------------------------------------------------------------- > Fábio Defferrari > E-mail: [EMAIL PROTECTED] > Defferrari Informática Ltda. > Novo Hamburgo - RS - Brasil > Telefone/Fax: 51 3594-2270 > Home-page: www.defferrari.com.br > ------------------------------------------------------------------- -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
