On Mon, 5 Aug 2024 22:04:05 -0500, Steve Estle  wrote:

>    ...  The unfortunate thing is Windows 10 native SFTP client does not allow 
> for Ascii or Bin settings so that is why I think I'm hoping to get better 
> results with one of two open source FTP clients.
>
At times I've fallen back to ssh, the facility under sftp and doing the
conversion on z/OS, something such as:
    ssh MVS 'iconv -f EBCDIC -t ASCII zfs.file' >desktop.file

or even:
    ssh MVS "cp \"//'HLQ.DATA.SET\" //dev/fd/1 |
        iconv -f EBCDIC -t ASCII" >desktop.file

or using z/OS pax which converts code pages, but,
alas, is Classic data set ignorant.

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to