Re: byte counts differ

2002-03-14 Thread Rich Puhek
Kevin wrote: > > I'm uploading from Linux to an IIS FTP. After the file is sent, if I > check the byte count on the remote side and the byte count on the > local side they differ slightly. Anyone know why this is? > Probably gaining/losing characters. Look at the file in a hex editor before

Re: byte counts differ

2002-03-14 Thread Chris Wagner
Never touched IIS, but you never know. If you uploaded the file in text mode, IIS could be translating the 's into 's. At 07:05 PM 3/14/02 -0700, Kevin wrote: >I'm uploading from Linux to an IIS FTP. After the file is sent, if I >check the byte count on the remote side and the byte count on the

Re: byte counts differ

2002-03-14 Thread Sanjeev Gupta
Kevin, Are you setting the transfer type to "Binary"? This is required, unless the file is a text file, in which case CR/LF conversion will take place, changing the size. -- Sanjeev - Original Message - From: "Kevin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 15, 2

Re: byte counts differ

2002-03-14 Thread Jacob Elder
On Thu, Mar 14, 2002 at 07:05:18PM -0700, Kevin wrote: > I'm uploading from Linux to an IIS FTP. After the file is sent, if I > check the byte count on the remote side and the byte count on the > local side they differ slightly. Anyone know why this is? DOS-like systems use a pair of characters