Migrated from use-cases v2

stiak
2010-08-12 14:20:36 -07:00
parent 8a2a58ef7a
commit 6c08e484d6

@@ -1 +1,25 @@
SSHJ is all about ease of use. To see how easy it can be there are "code examples provided":http://github.com/shikhar/sshj/tree/master/src/main/java/examples/ .
SSHJ is all about ease of use. To see how easy it can be there are "code examples provided":http://github.com/shikhar/sshj/tree/master/src/main/java/examples/
h3. Execute a command
Run anything on the target environment and then check it's return code and output.
h3. Local Port Forward
h3. Remote Port Forward
h3. Rudimentary Pseudo Terminal
h3. SCP Download
Retrieve files securely.
h3. SCP Upload
Send files securely.
h3. SFTP Download
h3. SFTP Upload
h3. X11