Re: SSH on Z/OS 1.4

From: Jelle de Vries (j.devries_at_uci.ru.nl)
Date: 08/03/05


Date: Wed, 03 Aug 2005 15:14:44 +0200

Hi there Frank,

Yes I could try that but since the purpose is to be able to copy and
get files from and to Z/OS unix using windows clients this will be not
usefull (still going to try the unix to Z/OS copy though, just to have
tried it).
Well, so far I managed to convert ascii files to ebcdic using iconv
and vice versa. For the time being I'll give it a rest with this ssh
version. I hope I can test Tectia ssh server since they claim to be
the first ssh server with ascii/ebcdic translation.

Thank's for the responses.

On 3 Aug 2005 04:24:19 -0700, "fjchia" <chiavoni@yahoo.com> wrote:

>Jelle,
>
>The "ascii" interactive command seems to exist only in the z/OS ported
>sftp.
>>>From z/OS unix, sftp using "ascii" and the file will be translated on
>the target system
>.
>sftp on Aix/Solaris/Linux seem to be devoid of the "ascii" feature.
>
>You could try from a non z/OS unix -
>
>cat your.file | ssh jelle@zos.unix.net "cat - > your.ebcdic.file"