summaryrefslogtreecommitdiff
path: root/various/readme
diff options
context:
space:
mode:
authorkaa <kaa@laptosh.my.domain>2023-06-23 11:19:51 -0700
committerkaa <kaa@laptosh.my.domain>2023-06-23 11:19:51 -0700
commit8828e75a9ee7a5408ad00ad17e9878a2740cc866 (patch)
treebd60b53fb9896316ebc9928a30e0b0806b1c64ae /various/readme
"Initial."
Diffstat (limited to 'various/readme')
-rwxr-xr-xvarious/readme11
1 files changed, 11 insertions, 0 deletions
diff --git a/various/readme b/various/readme
new file mode 100755
index 0000000..d487173
--- /dev/null
+++ b/various/readme
@@ -0,0 +1,11 @@
+'up' simply uploads a file.
+'./up [file]'
+
+'dirup' uploads a file to a given remote directory.
+'./dirup [remote directory] [file]'
+
+'allup' uploads all files in a given directory to a
+given remote directory, intentionally preserving the
+names of the directories within the local directory,
+and uploading their contents recursively.
+'./allup [remote directory] [local directory]'