Forrest logo
back to the skicka tool

skicka:tldr:9df44

skicka: Download a file/folder from Google Drive.
$ skicka download ${path-to-remote} ${path-to-local}
try on your machine

The command "skicka download" is used to download files or directories from Google Drive to your local system. Here's a breakdown of the command syntax:

  • "skicka" is the name of the command-line tool used to interact with Google Drive.
  • "download" is a subcommand of "skicka" used to start the download process.
  • ${path-to-remote} represents the path of the file or directory you wish to download from your Google Drive. You need to replace ${path-to-remote} with the actual path.
  • ${path-to-local} represents the path where you want to save the downloaded file or directory on your local system. Similarly, you need to replace ${path-to-local} with the desired local path.

By executing this command, the specified file or directory will be downloaded from Google Drive and saved to the specified local path.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the skicka tool