
griswald88
Novice
Feb 25, 2004, 7:29 AM
Post #3 of 5
(2248 views)
|
It appears as though on SOME servers, after printing data to a file with "\n" at the end, once I download the file there are ONLY line feeds delimiting the records whereas on the server it appears to be carraiage return + line feeds....any ideas here? This is very frustrating as on the server I perform a -s on the file, then return the result of this (file size) to the client. The client then, after the download, performs a file size check as well to ensure that the whole file was successfully downloaded, but its value is off by 1 character PER record (missing carriage return).
|