I am posting this after spending significant amount of time reasearching about JAVA libraries to help SFTP a file. And I have read across couple of posts as well. Looking at the code samples in this post- How to retrieve a file from a server via SFTP?
I found the Jcraft jar for which I had to create a dependency in my pom, but inspite of that I am not able to see the import classes like Jsch , ChannelSFTP. Any help is appreciated ?