A binary transfer will keep the data as-is, i.e., in EBCDIC; I suspect that what you really want is a correct translation between an EBCDIC code page and a PC code page. To do that you need to know what code page you're using on both ends.
BTW, the characters in question do not exist in ASCII. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Ron Thomas <[email protected]> Sent: Thursday, September 19, 2019 12:10 PM To: [email protected] Subject: SFTP Special Charcters Hello we are doing a SFTP from Mainframe to Windows machine (EBCDIC to ASCII) using reflection FTP client and we are seeing some special characters in the file is getting translated to others . For e.g Á (x'65') to 'Ý' x'AD' Is there a way we can keep this data ASIS during the ftp ? if so how this can be done ? Regards Ron T ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
