‎2007 Jun 06 5:49 AM
Hi,
we are transferring a file to Remote server using FTP FM's is there a way where we can pass the code page to be used through any of the FTP FM's.
Thanks and Regards,
Raghavendra
‎2007 Jun 06 6:16 AM
Hi,
we are using ftp from an IBM Z-Series (EBCDIC) to a Unix machine.
in oder to tell the ftp to convert the code page we use:
ftp> quote site sbdataconn=(IBM-273,ISO8859-1)before the put/get-Statement.
Find out the Codepages you need and try.
Martin