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:
Access and manage files on Filen Drive directly from the command line or in interactive mode.
Sync local directories with your Filen account, mirroring the functionality of the Desktop app.
Mount a network drive that mirrors your Filen Drive for easy file management.
Operate a WebDAV mirror server to access your personal cloud storage via WebDAV protocols.
Run an S3-compatible mirror server to integrate with existing S3 workflows.
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.
README
Filen CLI
The Filen CLI provides a set of useful tools for interacting with the cloud:
Accessing your Filen Drive in a stateless environment or interactive mode
Syncing locations with the cloud (just like the Desktop app)
Mounting a network drive
Running a WebDAV mirror server of your personal drive, or multiple drives in proxy mode
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.
Documentation
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.