Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Code Page in FTP

Former Member
0 Likes
413

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

1 REPLY 1
Read only

Former Member
0 Likes
314

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