Skip to content

TinajaStyle/staser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Staser - Static Server

Why Staser?

  • Directory listing
  • Easily modifiable frontend
  • Upload files
  • Download all files (one click)

Quick Start

instalation:

Optionally you can specify the installation paths (-h to see the default ones).

python3 install.py -h

if you want to put it in a privileged path like /bin but you want to keep your directories as a normal user (if the directory does not exist, in the process it is created), use --user-uid and execute as a root.

sudo python3 install.py -p /bin --user-uid 1000

usage:

simply specify the directory, ip(optional) and port(optional)

staser -d /etc/ -i 127.0.0.9 -p 1