tldr/pages/common/skicka.md

29 lines
529 B
Markdown
Raw Normal View History

2016-01-21 23:09:59 +00:00
# skicka
2016-01-22 16:29:22 +00:00
> Manage your Google Drive.
> More information: <https://github.com/google/skicka>.
2016-01-21 23:09:59 +00:00
- Upload a file/folder to Google Drive:
`skicka upload {{path/to/local}} {{path/to/remote}}`
2016-01-21 23:09:59 +00:00
- Download a file/folder from Google Drive:
`skicka download {{path/to/remote}} {{path/to/local}}`
2016-01-21 23:09:59 +00:00
- List files:
`skicka ls {{path/to/folder}}`
2016-01-21 23:09:59 +00:00
- Show amount of space used by children folders:
`skicka du {{path/to/parent/folder}}`
2016-01-21 23:09:59 +00:00
- Create a folder:
`skicka mkdir {{path/to/folder}}`
2016-01-21 23:09:59 +00:00
- Delete a file:
`skicka rm {{path/to/file}}`