SFTP between AIX to Mainframe

2018-12-09 Thread venkat kulkarni
Hello Group, We have some FTP job enabled b/w AIX to MF and now we have requirement to convert them into SFTP. But as AIX is ascii and MF is EBCDIC system. How this transfer will work. Also, currently FTP process use ascii mode to transfer data and SFTP is available only with binary mode how this

Re: SFTP between AIX to Mainframe

2018-12-09 Thread Paul Gilmartin
On Sun, 9 Dec 2018 19:34:48 +0300, venkat kulkarni wrote: >Hello Group, > >We have some FTP job enabled b/w AIX to MF and now we have requirement to >convert them into SFTP. > >But as AIX is ascii and MF is EBCDIC system. How this transfer will work. >Also, currently FTP process use ascii mode to

Re: SFTP between AIX to Mainframe

2018-12-09 Thread Timothy Sipples
Or, if the requirement is not for SFTP specifically but to encrypt the connection, then switch to FTPS. Please note that encryption is (almost always) a necessary ingredient to achieve a desired security outcome, but it is rarely sufficient. This data movement might even be fundamentally incompati