blob: d4871734722611aeabe0714e5847dba58a6401a7 (
plain)
1
2
3
4
5
6
7
8
9
10
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]'
|