Forrest logo
tool overview
On this page you find all important commands for the CLI tool skicka. If the command you are looking for is missing please ask our AI.

skicka

Skicka is a command line tool developed by Google for secure file transfer. It enables users to easily send files securely over the internet using encryption. Skicka supports end-to-end encryption, ensuring that the data remains secure during transit.

The tool is designed to be used on Unix-like systems, including macOS and Linux. It is implemented in the Go programming language, making it lightweight and efficient.

Skicka provides convenient features such as resume support, which allows users to continue interrupted file transfers. It also supports parallel transfers for faster performance.

The tool uses a client-server model, where the server component runs on Google Drive. This means that users need a Google account and access to Google Drive to utilize Skicka.

Skicka offers seamless integration with Google Drive, allowing users to browse, upload, download, and manage files from the command line. It supports directory synchronization and maintains file metadata during transfers.

The tool has a straightforward command structure and offers detailed logging, making it useful for scripting and automation. It also includes built-in error handling and retry mechanisms for robust and reliable file transfers.

Skicka can be used in combination with other command line tools, enabling advanced file synchronization and backup workflows. It supports task queuing and scheduling for automated transfers.

The tool is open source, which means its source code is available for inspection and modification. This can provide transparency and assurance to users concerned about security and privacy.

Skicka has an active community of users and developers, which can provide support and assistance. The project is regularly updated, ensuring compatibility with the latest operating systems and Google Drive APIs.

Overall, Skicka is a powerful and flexible command line tool for securely transferring files using encryption, making it a useful tool for individuals and organizations with a need for secure file transfers.

List of commands for skicka:

  • skicka:tldr:0fd87 skicka: Upload a file/folder to Google Drive.
    $ skicka upload ${path-to-local} ${path-to-remote}
    try on your machine
    explain this command
  • skicka:tldr:35a8d skicka: List files.
    $ skicka ls ${path-to-folder}
    try on your machine
    explain this command
  • skicka:tldr:8b8e2 skicka: Create a folder.
    $ skicka mkdir ${path-to-folder}
    try on your machine
    explain this command
  • skicka:tldr:8b98e skicka: Delete a file.
    $ skicka rm ${filename}
    try on your machine
    explain this command
  • skicka:tldr:9df44 skicka: Download a file/folder from Google Drive.
    $ skicka download ${path-to-remote} ${path-to-local}
    try on your machine
    explain this command
  • skicka:tldr:ab0cf skicka: Show amount of space used by children folders.
    $ skicka du ${path-to-parent-folder}
    try on your machine
    explain this command
tool overview