in reply to Downloading a Text file from a Unix server (Apace) using CGI

Try wordpad. Sounds like the file may be in Unix format and Notepad does not recognize the end of line character. Windows uses a different format... or you can use the unix2dos command to convert it.
  • Comment on Re: Downloading a Text file from a Unix server (Apace) using CGI

Replies are listed 'Best First'.
Re^2: Downloading a Text file from a Unix server (Apace) using CGI
by Anonymous Monk on May 04, 2007 at 00:51 UTC

    Thanks for the response.

    I used the ux2dos unix utility to convert the file to windows readable format and it works fine now.