From 6c08e484d69779c5bada0ccbe643dae0cde3a291 Mon Sep 17 00:00:00 2001 From: stiak Date: Thu, 12 Aug 2010 14:20:36 -0700 Subject: [PATCH] Migrated from use-cases v2 --- Use-cases.textile | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) 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