diff options
author | kaa <kaa@laptosh.my.domain> | 2023-06-23 11:19:51 -0700 |
---|---|---|
committer | kaa <kaa@laptosh.my.domain> | 2023-06-23 11:19:51 -0700 |
commit | 8828e75a9ee7a5408ad00ad17e9878a2740cc866 (patch) | |
tree | bd60b53fb9896316ebc9928a30e0b0806b1c64ae /various/readme | |
download | neocities-8828e75a9ee7a5408ad00ad17e9878a2740cc866.tar.gz |
"Initial."
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]' |