Re: [twsocket] Image transfer with TFtpClient

2006-02-01 Thread DZ-Jay
Fabio Defferrari wrote: > 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...) The problem was, I would guess, that the

Re: [twsocket] Image transfer with TFtpClient

2006-02-01 Thread Fabio Defferrari
) for changing into the binary mode? > >> > >> Regards, > >> > >> SZ > >> > >> - Original Message - > >> From: "Fabio Defferrari" <[EMAIL PROTECTED]> > >> To: "ICS support mailing" > >> Se

Re: [twsocket] Image transfer with TFtpClient

2006-02-01 Thread Francois Piette
> > Did you run TypeSet() for changing into the binary mode? > No, I'm setting Binary property do True before connecting and sending the > file. You must call TypeSet to send the binary transfer type command to the server ! -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware)

Re: [twsocket] Image transfer with TFtpClient

2006-02-01 Thread Arno Garrels
inary mode? >> >> Regards, >> >> SZ >> >> - Original Message - >> From: "Fabio Defferrari" <[EMAIL PROTECTED]> >> To: "ICS support mailing" >> Sent: Wednesday, February 01, 2006 3:52 PM >> Subject:

Re: [twsocket] Image transfer with TFtpClient

2006-02-01 Thread Fabio Defferrari
gt; To: "ICS support mailing" > 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 fil

Re: [twsocket] Image transfer with TFtpClient

2006-02-01 Thread Fastream Technologies
Did you run TypeSet() for changing into the binary mode? Regards, SZ - Original Message - From: "Fabio Defferrari" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, February 01, 2006 3:52 PM Subject: Re: [twsocket] Image transfer with TFtpC

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

Re: [twsocket] Image transfer with TFtpClient

2006-02-01 Thread Francois Piette
framework, freeware) http://www.overbyte.be - 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 J

[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