When I retrieve a file using any method including

objFTP.Execute <site>, "Get <file> c:\<file>"

I always get a file that doesn't seem to be an ascii file. I know this because when I read this file the using Visual Basic's Statement Line Input I get the entire file instead of just one line. If I FTP the file using DOS the it works correctly.

Any input would be appreciated.

Thanks, JDF