1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: servefile
Section: net
Priority: optional
Maintainer: Sebastian Lohff <seba@someserver.de>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-legacy-cgi,
python3-openssl,
python3-pytest,
python3-requests,
python3-setuptools,
iproute2 | net-tools | freebsd-net-tools
Standards-Version: 4.6.1.0
Rules-Requires-Root: no
Homepage: https://github.com/sebageek/servefile
Package: servefile
Architecture: all
Depends: python3-legacy-cgi, ${misc:Depends}, ${python3:Depends}
Recommends: python-openssl, iproute2 | net-tools | freebsd-net-tools
Description: serve or receive files from shell via a small HTTP server
servefile is a small HTTP-server intended for temporary file transfer mostly
in the local network. By default the server redirects all HTTP requests to a
file given as first argument, so only IP and port must be given to another
user to access it.
.
servefile is also able to list directories, generate SSL certificates for
HTTPS on-the-fly, do HTTP basic auth and provide a platform for uploads
via either a HTML formular or a simple POST/PUT.
.
Note that this HTTP-server's purpose is not production grade static file
serving or running as a daemon.
|