LinuxCommandLibrary

skicka

skicka

TLDR

Upload a file/folder to Google Drive

$ skicka upload [path/to/local] [path/to/remote]
copy


Download a file/folder from Google Drive
$ skicka download [path/to/remote] [path/to/local]
copy


List files
$ skicka ls [path/to/folder]
copy


Show amount of space used by children folders
$ skicka du [path/to/parent/folder]
copy


Create a folder
$ skicka mkdir [path/to/folder]
copy


Delete a file
$ skicka rm [path/to/file]
copy

Copied to clipboard