Overview
LiquidFiles CLI is a lightweight command-line tool for Windows that simplifies sending files and messages to a LiquidFiles server. It’s built for both interactive use and unattended automation, so it can be run directly from a terminal or invoked from scripts and scheduled tasks.
Key capabilities
- Configure the connection on the fly from the command prompt, giving you full control over which server and credentials are used.
- Integrate easily into automated workflows and scripts to handle transfers without user intervention.
- Send files and notifications to a LiquidFiles installation, handling common file-management tasks from the shell.
- Uses the Windows Agent API key by default, reducing initial setup work for typical Windows deployments.
Connection and authentication
By default the utility will pick up the Windows Agent’s API key to authenticate with the server, streamlining first-time use on systems where the agent is already set up. You can override those defaults by passing explicit connection parameters at runtime (for example: server address, username, or an alternate API key), allowing per-run customization without changing system configuration.
Automation and usage patterns
This tool is suited for:
- Embedding in batch files, PowerShell scripts, or scheduled jobs to automate routine transfers.
- Manual execution when you need to push files quickly from a command prompt.
- Combining with other command-line tools to build larger file-processing pipelines.
Because it’s a single executable that doesn’t require extra components, it’s easy to deploy and maintain across multiple machines.
Alternative option (Free)
Registry Trash Keys Finder — a free utility sometimes recommended as an alternate system-maintenance tool. It serves a different purpose (registry cleanup rather than file transfer), so evaluate whether it meets your needs before replacing a file-transfer CLI with it.
Summary
LiquidFiles CLI provides a practical, script-friendly way to manage uploads and messages to a LiquidFiles server on Windows. Its command-line configurability and sensible defaults make it convenient for both ad-hoc tasks and automated processes.
Technical
- Windows
- Free