I am using a z/OS java jar which requires a keystore and truststore file.
I have FTP'd all of the files to the z/OS Unix directory(Mainframe).
When executing the jar, I receive an "invalid keystore file format" error. When I use the keytool on my local machine on the keystore file, the command is successful. When using the keytool command on the remote (zOS Unix), I am getting the format error. The files are being transmitted in binary format.
Is there a particular way that I should be transmitting the file to MF Unix?