bashbro

A Bash-based web file browser. Allows you to remotely browse, view documents and save files via your web browser.

To start the bashbro locally on port 5555: $> bashbro -s -p 5555 To start bashbro on a remote server: 1. Copy bashbro to the remote server E.g. scp bashbro <youruser>@<server name/ip>: 2. Run bashbro E.g. ssh <youruser>@<server name/ip> ./bashbro -s -p=<port> (Open a browser to <server name/ip>:<port>)

You can also download bashbro directly:

curl -S https://raw.githubusercontent.com/victrixsoft/bashbro/main/bashbro > bashbro && chmod +x bashbro && ./bashbro -s -p=6556

wget -o bashbro https://raw.githubusercontent.com/victrixsoft/bashbro/main/bashbro && chmod +x bashbro && ./bashbro -s -p=6556