← 返回命令列表

Linux command

skicka 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Upload file

skicka upload [local-file] [drive-path]

Download file

skicka download [drive-path] [local-path]

List files

skicka ls [drive-path]

Upload with encryption

skicka upload -encrypt [local-file] [drive-path]

Create folder

skicka mkdir [drive-path]

Show disk usage

skicka du [drive-path]

Print contents

skicka cat [drive-path]

Delete file

skicka rm [drive-path]

说明

skicka is a command-line client for Google Drive that provides Unix-like file operations including upload, download, listing, directory creation, and deletion. It supports recursive operations for transferring entire folder hierarchies. A notable feature is client-side encryption (-encrypt), which encrypts files locally before uploading to Google Drive, ensuring that stored data remains private even from the cloud provider. Encryption keys are generated with the genkey subcommand. The tool is written in Go.

参数

-encrypt
Encrypt files before uploading
-ignore-times
Force content comparison instead of relying on modification times
-p
Create intermediate directories (for mkdir)
-s
Skip trash and permanently delete (for rm)

FAQ

What is the skicka command used for?

skicka is a command-line client for Google Drive that provides Unix-like file operations including upload, download, listing, directory creation, and deletion. It supports recursive operations for transferring entire folder hierarchies. A notable feature is client-side encryption (-encrypt), which encrypts files locally before uploading to Google Drive, ensuring that stored data remains private even from the cloud provider. Encryption keys are generated with the genkey subcommand. The tool is written in Go.

How do I run a basic skicka example?

Run `skicka upload [local-file] [drive-path]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -encrypt do in skicka?

Encrypt files before uploading