burusftp run

Run the SFTP server interactively on the command line. Useful for testing, debugging, or running in portable mode.

Synopsis

burusftp run [options]

Options

--log-level (verbose | debug | information | warning | error | fatal)

Override the log level from the configuration file. verbose logs even unencrypted packet data — use with caution.

--verbose

Shortcut for --log-level debug.

--no-startup-log

2.9.6+ Disable startup log.

Examples

# Run the server
burusftp run

# Run with debug logging
burusftp run --verbose

See also

burusftp svc install, burusftp svc start, burusftp svc stop, burusftp svc uninstall

On this page