Hot to SCP file using java?
800336Mar 1 2010 — edited Mar 9 2010Requirement is to send a file to a secured server using scp command. I want to know whether it is possible toachieve this in Java. All I have read so far is to use some 3rd party API. I can't download and use any 3rd party APIs due to security issue.
Is there a way? I have all required info like user id, public keys etc.