winget install --id=FilenCloud.Filen-cli -e
The Filen CLI provides a set of useful tools for interacting with your filen account.
Filen CLI is a command-line interface tool designed to interact with your Filen account, enabling seamless access to cloud storage and advanced functionality in both stateless environments and interactive modes.
Key Features:
Audience & Benefit: Ideal for developers, IT administrators, and cloud users seeking a flexible, CLI-based solution for file management. Filen CLI streamlines workflows by offering direct command-line access to your cloud storage without relying on graphical user interfaces. It can be installed via winget.
The Filen CLI provides a set of useful tools for interacting with the cloud:
> [!Note]
> Please report bugs on our issues page!
> Feature requests can be submitted on features.filen.io.
You can download the latest binaries from the release page, or execute the install script (Linux and macOS):
curl -sL https://filen.io/cli.sh | bash
Docker images are also available as filen/cli (see below).
The CLI is also available as an NPM package, which can be installed with npm install --global @filen/cli
and then invoked as filen
. The NPM repository always contains the latest canary releases (see below).
The Filen CLI includes an automatic updater, for which you can enable canary releases (if you want to be among the first to try out new features and fixes). You can also install any specific version from within the CLI. See filen --help updates
.
You can find exhaustive but concise documentation from within the CLI using the filen --help
command and at docs.cli.filen.io. Longer-form documentation is at docs.filen.io.