Skip to content

hackerproff/weborf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User friendly webserver

qweborf

Provides a GUI to share local files.

It can do NAT traversal to share files outside of the local network.

Can enable authentication and sending directories as .tar.gz files.

weborf

The web server used by qweborf.

Can be used from inetd, supports WebDAV, caching, CGI, virtual hosts.

Compile

These are the steps to compile weborf.

autoreconf -f -i # Only if you cloned from git

make clean
./configure
make

To compile qweborf.

pyuic5 qweborf/main.ui > qweborf/main.py

Run

./weborf

qweborf: will look for weborf in the PATH.

python3 -m qweborf

About

Shares files using the HTTP protocol http://ltworf.github.io/weborf/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 72.1%
  • Python 18.8%
  • Roff 4.1%
  • Shell 3.1%
  • C++ 0.9%
  • Makefile 0.6%
  • M4 0.4%