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

CommandDescription
burusftp initInitialize default configuration and server keys
burusftp runRun the server interactively
burusftp installInstall the server (interactive wizard)
burusftp uninstallUninstall the server (interactive wizard)
burusftp svc installInstall as a Windows service
burusftp svc uninstallUninstall the Windows service
burusftp svc restartRestart the Windows service
burusftp svc startStart the Windows service
burusftp svc stopStop the Windows service

User management

CommandDescription
burusftp user addAdd a user
burusftp user deleteRemove a user
burusftp user updateModify a user
burusftp user inspectPrint user details
burusftp user listList all users
burusftp user unlockUnlock a locked-out user

Path mappings

CommandDescription
burusftp pathAdd or replace a path mapping
burusftp path deleteDelete a path mapping
burusftp path listList path mappings

Public keys

CommandDescription
burusftp user key addAdd a public key for a user
burusftp user key deleteDelete a public key from a user

Tools

CommandDescription
burusftp certgenGenerate an X.509 certificate for TLS (FTPS or HTTPS)
burusftp keygenGenerate SSH private keys
burusftp filezilla import-usersImport users from FileZilla FTP Server

On this page