Re: A86: Slow backlog clearing


[Prev][Next][Index][Thread]

Re: A86: Slow backlog clearing




In a message dated 1/24/00 10:36:57 PM Mountain Standard Time, 
rabidcow@juno.com writes:

> if you upload a file in ascii mode, dos/windows type newlines ($0d,$0a)
>  will be converted into unix style newlines ($0a), and consquently you
>  have to subtract the number of lines in the file from the file size on
>  your end to get the file size on their end.
>  either convert the newlines before you send the file, make sure you send
>  in binary mode, or calculate the change in file size.

I've had this problem with zip files, though, as well...

JayEll