diff options
Diffstat (limited to 'various/readme')
-rwxr-xr-x | various/readme | 11 |
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]' |