Yes, Paul, that's my fallback routine. The files are quite large & strtran needs to be used in conjunction with a fopen / fread etc to make sure I'm dealing with reasonable chunks of data. Plus, the system is under pressure to finish quickly. Getting the ftp right from the get-go is faster & I'm hoping to get the terminator translation going again. -----Original Message----- From: Paul Hill <[email protected]> Date: Thu, 19 Nov 2009 18:05:59 To: <[email protected]> Subject: Re: Ascii command in Solaris ftp script
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. Report [OT] Abuse: http://leafe.com/reportAbuse/[email protected] _______________________________________________ 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/499367916-1258657560-cardhu_decombobulator_blackberry.rim.net-10290428...@bda355.bisx.prod.on.blackberry ** 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.

