1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/skicka.md

29 lines
529 B
Markdown
Raw Normal View History

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