From 157f680e310f13bf4996085b6604da2035b69d44 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Wed, 19 Jun 2013 04:01:43 +0200 Subject: jstore: update doc examples --- jsaccess/doc/put_also_not_encrypted_files.txt | 7 ++++--- jsaccess/doc/put_your_encrypted_files_here.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/jsaccess/doc/put_also_not_encrypted_files.txt b/jsaccess/doc/put_also_not_encrypted_files.txt index 63a621d..066da48 100644 --- a/jsaccess/doc/put_also_not_encrypted_files.txt +++ b/jsaccess/doc/put_also_not_encrypted_files.txt @@ -7,13 +7,14 @@ Sometimes you want to store files unencrypted Unencrypted files will be shown in the web page file list with a (c) after their name. + To a new unencrypted file to download: -$ jstore add-nocrypt README.txt -Using store "jsa/store" +$ jstore add-nocrypt Makefile +Using store "/home/user/code/laurent-tools/jsaccess/jsa/store" Enter encryption passphrase > jsa -CREATED file /home/user/code/laurent-tools/jsaccess/jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/065e18a7f246b800242a778a6e8dd07a3321dac6 +CREATED file /home/user/code/laurent-tools/jsaccess/jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/Makefile UPDATED file /home/user/code/laurent-tools/jsaccess/jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/index.txt $ jstore rset user@_host:/var/www/htdocs/jsa/ # Only the first time diff --git a/jsaccess/doc/put_your_encrypted_files_here.txt b/jsaccess/doc/put_your_encrypted_files_here.txt index 81eca5e..3df1ee1 100644 --- a/jsaccess/doc/put_your_encrypted_files_here.txt +++ b/jsaccess/doc/put_your_encrypted_files_here.txt @@ -5,7 +5,7 @@ decrypted OK ! To a new file to download: $ jstore add README.txt -Using store "jsa/store" +Using store "/home/user/code/laurent-tools/jsaccess/jsa/store" Enter encryption passphrase > jsa CREATED file /home/user/code/laurent-tools/jsaccess/jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/065e18a7f246b800242a778a6e8dd07a3321dac6 -- cgit v1.2.3-59-g8ed1b