Closed
SFTP / JSCH not working in Pega 7.1.6
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
I am having issues with JSCH configuration for SFTP connection. I am on 7.1.6 version and already placed jsch-0.1.54.jar file in lib folder. When I add java code in activity and try to save, following error is thrown.
com.jcraft.jsch.JSch jsch = null;
^^^^^^^^^^
com.jcraft cannot be resolved to a type
----------
1 problem (1 error)
Any suggestion?