On Thu, Nov 19, 2009 at 11:19 AM, Lew <[email protected]> wrote: > We just moved our unix server to Solaris. My VFP app routinely consumes text > files from unix and we have an ascii command in our ftp scripts to make sure > our windows server & my code receive properly cr/lf delimited text files. Now > that we've moved to Solaris, however, this command is being ignored. > Can anyone explain what's up with this or how to fix it?
Sure. UNIXes are not all the same. They have different commands and dialects. Solaris is one of the West Coast varients (AT&T et al being the East Coast flavors) and they probably use the command 'unix2dos' instead of the Linux/AT&T Unix 'ascii' command. If you can log onto the Solaris box and get a command prompt (they call it a 'shell'), try typing: man ascii and man unix2dos and see what you get for results. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

