diff --git a/Use-cases.textile b/Use-cases.textile index 74a4df3..4d3813a 100644 --- a/Use-cases.textile +++ b/Use-cases.textile @@ -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/ . \ No newline at end of file +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 \ No newline at end of file