Override Unicode conversion technique

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
dabills
Posts: 41
Joined: Thu May 19, 2011 9:56 am

Override Unicode conversion technique

Post by dabills »

Is there a way to override the unicode conversion technique that is used by the SFTP client when running COZBATCH to transmit to ascii based systems and the SFTP server when a remote ascii based client connects to pull an ebcdic mainframe file.

I was looking for a way similiar to how ICONV does it with the _ICONV_TECHNIQUE= setting. I did some testing and SFTP always seems to use technique LMREC. I wanted to add a new technique (0) and have SFTP use it instead.
dovetail
Site Admin
Posts: 2025
Joined: Thu Jul 29, 2004 12:12 pm

Re: Override Unicode conversion technique

Post by dovetail »

Starting in Co:Z SFTP 1.10.0, you can use the "technique" setting for this.

For more information, see: http://dovetail.com/docs/sftp/options.h ... ns_general
dabills
Posts: 41
Joined: Thu May 19, 2011 9:56 am

Re: Override Unicode conversion technique

Post by dabills »

I did not see the 'technique' keyword in the v2.0.0 Users Guide, but I tried both "lzopts technique=0" and "ls /+technique=0" and it worked just fine. Thanks.
Post Reply