aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/doc
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-19 02:58:20 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-19 02:58:20 +0200
commitbb0dc6e642f087f174c31d24203d503d4bf81148 (patch)
treec83ca4e4df2c85dcb1f295bd82daaaa5568dcb47 /jsaccess/doc
parentjsaccess: fix dl of ecrypted files, damn typo (diff)
downloadlaurent-tools-bb0dc6e642f087f174c31d24203d503d4bf81148.tar.xz
laurent-tools-bb0dc6e642f087f174c31d24203d503d4bf81148.zip
jsaccess: add unencrypted file example
Diffstat (limited to '')
-rw-r--r--jsaccess/doc/put_also_not_encrypted_files.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/jsaccess/doc/put_also_not_encrypted_files.txt b/jsaccess/doc/put_also_not_encrypted_files.txt
new file mode 100644
index 0000000..7fe9891
--- /dev/null
+++ b/jsaccess/doc/put_also_not_encrypted_files.txt
@@ -0,0 +1,17 @@
+jsaccess demo file (not encrypted)
+
+Sometimes you want to store files unencrypted
+* because they already are PGP encrypted / signed
+* because they are really big and it would take ages to decrypt
+
+To a new unencrypted file to download:
+
+$ jstore add-nocrypt README.txt
+Using store "jsa/store"
+Enter encryption passphrase
+> jsa
+CREATED file /home/user/code/laurent-tools/jsaccess/jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/065e18a7f246b800242a778a6e8dd07a3321dac6
+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
+$ jstore push