上传 #
上传文件 #
上传指定的文件和目录到 保存的消息
:
tdl up -p /path/to/file -p /path/to/dir
自定义目标 #
上传到自定义聊天。
CHAT 示例
tdl up -p /path/to/file -c CHAT
自定义参数 #
使用每个任务8个线程、4个并发任务上传:
tdl up -p /path/to/file -t 8 -l 4
过滤器 #
上传除指定扩展名之外的文件:
tdl up -p /path/to/file -p /path/to/dir -e .so -e .tmp
自动删除 #
删除已上传成功的文件:
tdl up -p /path/to/file --rm
照片 #
将图像作为照片而不是文件上传:
tdl up -p /path/to/file --photo