burusftp.exe
Command-line management tool for Buru SFTP Server. Manages the server, users, path mappings, public keys, and certificates.
burusftp <command> [<options>]Run burusftp <command> --help for command-specific help.
Global options
--version— Display the application version.--license— Display the EULA and license information.--no-color— Disable color output and ANSI/VT codes.
Server management
| Command | Description |
|---|---|
burusftp init | Initialize default configuration and server keys |
burusftp run | Run the server interactively |
burusftp install | Install the server (interactive wizard) |
burusftp uninstall | Uninstall the server (interactive wizard) |
burusftp svc install | Install as a Windows service |
burusftp svc uninstall | Uninstall the Windows service |
burusftp svc restart | Restart the Windows service |
burusftp svc start | Start the Windows service |
burusftp svc stop | Stop the Windows service |
User management
| Command | Description |
|---|---|
burusftp user add | Add a user |
burusftp user delete | Remove a user |
burusftp user update | Modify a user |
burusftp user inspect | Print user details |
burusftp user list | List all users |
burusftp user unlock | Unlock a locked-out user |
Path mappings
| Command | Description |
|---|---|
burusftp path | Add or replace a path mapping |
burusftp path delete | Delete a path mapping |
burusftp path list | List path mappings |
Public keys
| Command | Description |
|---|---|
burusftp user key add | Add a public key for a user |
burusftp user key delete | Delete a public key from a user |
Tools
| Command | Description |
|---|---|
burusftp certgen | Generate an X.509 certificate for TLS (FTPS or HTTPS) |
burusftp keygen | Generate SSH private keys |
burusftp filezilla import-users | Import users from FileZilla FTP Server |