Skip to content

Commit fdea24e

Browse files
committed
docs(upload): add notice for directory upload
1 parent c371a50 commit fdea24e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ server [options]
160160
If filename exists and is a regular file,
161161
will try to remove it first if deleting is enabled(e.g. by --delete),
162162
otherwise will try to add or increase numeric suffix.
163+
For directory upload mode, sub directories will be uploaded only if mkdir is enabled.
163164
164165
--global-mkdir
165166
Allow create sub directory under all url paths.

README.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ server [选项]
158158
如果名称已存在且是常规文件,
159159
若已启用删除(例如--delete选项),则尝试先删除文件,
160160
否则尝试添加或递增数字后缀。
161+
目录上传模式中,仅当启用创建目录时,才会上传子目录。
161162
162163
--global-mkdir
163164
对所有URL路径开启创建子目录权限。

0 commit comments

Comments
 (0)