To use ssh and sftp etc. on java I found a few packages jsch being the main other's are available at
http://www.jcraft.com/
You can code this to browse directories as well as log in and run basic bash commands using java.
Check online for tutorials
You can use jsch to execute ssh commands from your java application.
http://www.jcraft.com/
You can code this to browse directories as well as log in and run basic bash commands using java.
Check online for tutorials
You can use jsch to execute ssh commands from your java application.
No comments:
Post a Comment