All Projects → ltworf → weborf

ltworf / weborf

Licence: other
Shares files using the HTTP protocol. Provides CLI and GUI. Allows using webdav.

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
Roff
2310 projects
Makefile
30231 projects
M4
1887 projects

Projects that are alternatives of or similar to weborf

Sftpgo
Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob
Stars: ✭ 3,534 (+9200%)
Mutual labels:  webdav, webdav-server
jmal-cloud-server
基于springboot的网盘服务端。JmalCloud 是一款私有云存储网盘项目,能够简单安全管理您的云端文件
Stars: ✭ 80 (+110.53%)
Mutual labels:  webdav, webdav-server
WebDAVServerSamples
WebDAV, CalDAV & CardDAV server examples in C# and VB based on IT Hit WebDAV Server Engine for .NET
Stars: ✭ 39 (+2.63%)
Mutual labels:  webdav, webdav-server
serville
Serville, the fast and easy HTTP API library for NodeJS.
Stars: ✭ 31 (-18.42%)
Mutual labels:  http-server
DeepfakeHTTP
DeepfakeHTTP is a web server that uses HTTP dumps as a source for responses.
Stars: ✭ 373 (+881.58%)
Mutual labels:  http-server
ecclesiacrm
A CRM Software for church management.
Stars: ✭ 15 (-60.53%)
Mutual labels:  webdav-server
Network-Attached-Storage-NAS-Box-using-Raspberry-Pi
Network Attached Storage (NAS) Box using Raspberry Pi allows you to install comprehensive applications and services on your Raspberry Pi, whenever you need them.
Stars: ✭ 19 (-50%)
Mutual labels:  http-server
ioBroker.backitup
Backitup enables the cyclical creation of backups of an IoBroker / Homematic installation
Stars: ✭ 43 (+13.16%)
Mutual labels:  webdav
aitch
aitch is a simple, lightweight toolkit for building HTTP servers in Rust, loosely based on Go's net/http.
Stars: ✭ 19 (-50%)
Mutual labels:  http-server
WebServerCloudBackups
Automatic backups your web projects bases and files to the clouds via WebDAV.
Stars: ✭ 20 (-47.37%)
Mutual labels:  webdav
couper
Couper is a lightweight API gateway designed to support developers in building and operating API-driven Web projects
Stars: ✭ 60 (+57.89%)
Mutual labels:  http-server
naboris
Simple, fast, minimalist http server for OCaml/ReasonML
Stars: ✭ 71 (+86.84%)
Mutual labels:  http-server
akasio-go
Akasio is a simple HTTP server that redirects traffic based on a JSON redirect table.
Stars: ✭ 12 (-68.42%)
Mutual labels:  http-server
crab
🦀 a simple web server
Stars: ✭ 18 (-52.63%)
Mutual labels:  http-server
tesseract-server
A small lightweight HTTP server that converts photos, images and scanned documents to text using optical character recognition by utilizing the power of Google Tesseract.
Stars: ✭ 15 (-60.53%)
Mutual labels:  http-server
EthernetWebServer
This is simple yet complete WebServer library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21/SAMD51, nRF52, STM32, RP2040-based, etc. boards running Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Coexisting now with `ESP32 WebServer` and…
Stars: ✭ 118 (+210.53%)
Mutual labels:  http-server
tsdav
WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser
Stars: ✭ 33 (-13.16%)
Mutual labels:  webdav
httoop
HTTOOP - a fully object oriented HTTP protocol library written in python
Stars: ✭ 15 (-60.53%)
Mutual labels:  http-server
malidate
A logging DNS and HTTP(S) server. Opensource alternative to some parts of the Burpsuite Collaborator server.
Stars: ✭ 31 (-18.42%)
Mutual labels:  http-server
typed-schema
Typelevel http service definition DSL
Stars: ✭ 151 (+297.37%)
Mutual labels:  http-server

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].