[twsocket] FTPClient Upload/download size incorrect?

2007-01-12 Thread Chris Roller
Using FtpTst demo, I upload a file from c:\dir, size 61,184. After upload, "size" indicates 60995. Download the same file, size is 61,440. Anybody know what's going on? I need the sizes to be same on upload/download. -- To unsubscribe or change your settings for TWSocket mailing list please

Re: [twsocket] FTPClient Upload/download size incorrect?

2007-01-13 Thread Chris Roller
Does it with ASCII or binary mode, and with text and binary file. I did look and indeed the #13#10 is converted into #10. ftpAcceptLF doesn't matter. It is Unix. Is there a TFTPClient setting to fix this, or do I simply convert #10s into #13#10s? > -Original Message- > From: Dod [mailto

Re: [twsocket] FTPClient Upload/download size incorrect?

2007-01-13 Thread Chris Roller
Thanks, that worked. I feel silly. > -Original Message- > From: Arno Garrels [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 13, 2007 13:43 > To: ICS support mailing > Subject: Re: [twsocket] FTPClient Upload/download size incorrect? > > Chris Roller wrote: &