Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

ghl1976

Re: SFTP

earl.timmerman wrote:

I am trying to sftp a file from IBM Mainframe z/OS1.4 and file is unreadable. Is there a way of converting the file from EBCDIC to ASCII as the file is being transferred.

Thanks
Earl


If the file is a ascii or UTF8 encoded file, choose option binary and use iconv in omvs shell if you need to have it encoded as ebcdic.
martin

Re: SFTP

earl.timmerman wrote:

I am trying to sftp a file from IBM Mainframe z/OS1.4 and file is unreadable. Is there a way of converting the file from EBCDIC to ASCII as the file is being transferred.

If the server supports SFTP v4, select text (ascii) transfer mode.
earl.timmerman

SFTP

I am trying to sftp a file from IBM Mainframe z/OS1.4 and file is unreadable. Is there a way of converting the file from EBCDIC to ASCII as the file is being transferred.

Thanks
Earl