Files
tldr/pages.zh/common/skicka.md

28 lines
525 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# skicka
> 管理你的 Google Drive。
> 更多信息:<https://github.com/google/skicka>。
- 上传文件/文件夹到 Google Drive
`skicka upload {{本地路径}} {{远程路径}}`
- 从 Google Drive 下载文件/文件夹:
`skicka download {{远程路径}} {{本地路径}}`
- 列出文件:
`skicka ls {{文件夹路径}}`
- 显示子文件夹占用的空间:
`skicka du {{父文件夹路径}}`
- 创建文件夹:
`skicka mkdir {{文件夹路径}}`
- 删除文件:
`skicka rm {{文件路径}}`