On Thu, 14 Aug 2008 16:37:12 -0500, Paul Peplinski <[EMAIL PROTECTED]> wrote:
>... The data contains a .. (two periods), which seems to be treated on >the receiving end as a CRLF (they are stripped out and the following >characters are on a new line justified left). ... A little more info would be helpful. Are these 2 periods actually as such in the data? (I suspect not.) Are they perhaps unprintable data represented as periods in whatever you are using to display the data? If so they are not going to make it to the remote end unless you send it BIN or unless you specify your own translate table that makes them something meaningful to the remote end (in whatever code page it is using). By default the MVS FTP client and server assume character mode and will do EBCDIC/ASCII translation based on its default EBCDIC and ASCII code pages. (I don't remember which code pages and am too lazy to look it up right now. Others on the list probably have that info commited to memory.) BTW, you might (or might not) get a more interested audience at the Marist TCP/IP Listserver http://vm.marist.edu/htbin/wlvindex?IBMTCP-L or [EMAIL PROTECTED] Pat O'Keefe ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

