Skip to content

Commit

Permalink
增加 创建目录, 删除文件/目录 的说明
Browse files Browse the repository at this point in the history
  • Loading branch information
iikira committed Dec 11, 2017
1 parent 83a1041 commit 2ea4a32
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ BaiduPCS-Go ls <目录>
BaiduPCS-Go meta <文件/目录>
```
```
# 默认获取根目录元信息
BaiduPCS-Go meta
```

Expand All @@ -142,6 +143,18 @@ BaiduPCS-Go d <网盘文件或目录的路径1> <文件或目录2> <文件或目

下载的文件将会保存到, **程序所在目录**的 download/ 目录 (文件夹), 暂不支持指定目录, 重名的文件会自动跳过!

## 创建目录
```
BaiduPCS-Go mkdir <目录>
```

## 删除 单个/多个 文件/目录
```
BaiduPCS-Go rm <网盘文件或目录的路径1> <文件或目录2> <文件或目录3> ...
```

注意: 删除多个文件和目录时, 请确保每一个文件和目录都存在, 否则删除操作会失败.

# 举一些例子

新手建议: **双击运行程序**, 进入 console 模式;
Expand Down

0 comments on commit 2ea4a32

Please sign in to comment.