Re: [twsocket] Image transfer with TFtpClient

2006-02-01 Thread Fabio Defferrari
Hi, Arno Many thanks, it worked out fine. Since smaller images were sent perfectly, I didn't think the problem was with Binary mode (and also because I thought that just setting Binary property to True would work...) Thanks again, Fábio > Fabio Defferrari wrote: > > No, I&#x

Re: [twsocket] Image transfer with TFtpClient

2006-02-01 Thread Fabio Defferrari
No, I'm setting Binary property do True before connecting and sending the file. Fábio > Did you run TypeSet() for changing into the binary mode? > > Regards, > > SZ > > - Original Message - > From: "Fabio Defferrari" <[EMAIL PROTECTED]> &

Re: [twsocket] Image transfer with TFtpClient

2006-02-01 Thread Fabio Defferrari
> ----- Original Message - > From: "Fabio Defferrari" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, February 01, 2006 11:38 AM > Subject: [twsocket] Image transfer with TFtpClient > > > > Hello, > > > > I'm using TFtpClient to put JPG

[twsocket] Image transfer with TFtpClient

2006-02-01 Thread Fabio Defferrari
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 al