On 2019-04-15, at 10:40:11, Matt Hogstrom wrote:

> https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.foto100/fotz112.htm
>  
> <https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.foto100/fotz112.htm>
> 
> SSH on z/OS for USS assumes text and does conversion.  If your transferring 
> files you have to use sftp instead.  scp does translation which is 
> frustrating.
>  
A nuisance when I must do:
    ( cd source && pax -w . ) | 
        ssh gil@MVS "cd target && iconv -f IBM-1047 -t ISO8859-1 | pax -vr"
                                  <^^^^^^^^^^^^^^Grrr^^^^^^^^^^^^>
("ObSamuel Johnson "Dog walking")

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to