Generating Keys for Secure FTP

If your output directory is located on a secure FTP server, you can generate a public or private key for authentication by using the foundation.jar file:

java -classpath JARS_LOCATION/foundation.jar;JARS_LOCATION/jsch-0.1.41.jar com.brio.one.utilities.SFTPKeyGen ALGORITM PUBLIC_FILE PRIVATE_FILE

where:

For example:

java –classpath D:/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/foundation.jar;D:/Talleyrand/Oracle/Middleware/EPMSystem11R1/common/raframeworkrt/11.1.2.0/lib/jsch-0.1.41.jar com.brio.one.utilities.SFTPKeyGen rsa D:/keys/public D:/keys/private