change:一些细节更改。
This commit is contained in:
parent
3ded526713
commit
ae40b7f1a9
@ -53,7 +53,7 @@
|
||||
- 需要传入存储路径的指令,如果未填写,默认`tsc`当前工作目录。
|
||||
- `任务文件`格式统一为`UTF-8`编码。
|
||||
- 支持相对路径处理。
|
||||
- `UpTask`和`DownTask`指令`任务文件`格式完全一致,均为左文件,右目录,尽管是下载别人文件。
|
||||
- `UpTask`和`DownTask`指令`任务文件`格式完全一致,均为左文件,右目录,尽管是下载别人文件,目的是为了支持同一个任务文件既可以发也可以收。
|
||||
|
||||
具体`任务文件`内容格式如下(左侧发送端,右侧接受端),内容支持变量:
|
||||
|
||||
|
@ -83,7 +83,7 @@ void CClient::print_help(bool detail)
|
||||
TLOGW("#Ls#");
|
||||
TLOGI(" des: List one client's all files and folders.");
|
||||
TLOGI(" cmd: Ls ls");
|
||||
TLOGI(" arg: @id @dir");
|
||||
TLOGI(" arg: @id @remotedir");
|
||||
TLOGI("{}", sp);
|
||||
TLOGW("#Sub#");
|
||||
TLOGI(" des: Submit local file's list on the server.");
|
||||
@ -111,12 +111,12 @@ void CClient::print_help(bool detail)
|
||||
TLOGI(" arg: @id @files(Sep by | if multi) @savedir(opt)");
|
||||
TLOGI("{}", sp);
|
||||
TLOGW("#UpTask#");
|
||||
TLOGI(" des: Down one client's files directly.");
|
||||
TLOGI(" des: Upload local files to one client by taskfile.");
|
||||
TLOGI(" cmd: UpTask uptask ut");
|
||||
TLOGI(" arg: @id @taskfile(UTF-8)");
|
||||
TLOGI("{}", sp);
|
||||
TLOGW("#DownTask#");
|
||||
TLOGI(" des: Down one client's files directly.");
|
||||
TLOGI(" des: Down one client's files by taskfile.");
|
||||
TLOGI(" cmd: DownTask downtask dt");
|
||||
TLOGI(" arg: @id @taskfile(UTF-8)");
|
||||
TLOGI("{}", sp);
|
||||
|
BIN
img/tsc_use.png
BIN
img/tsc_use.png
Binary file not shown.
Before Width: | Height: | Size: 578 KiB After Width: | Height: | Size: 452 KiB |
Loading…
x
Reference in New Issue
Block a user