On Thu, Nov 19, 2009 at 4:19 PM, 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?
Hi Lew, I guess you know that on Unix the standard is LF only? Could you not just STRTRAN() LF -> CR/LF or just ignore CRs? -- Paul _______________________________________________ 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.

