File: control

package info (click to toggle)
servefile 0.4.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 104 kB
  • ctags: 94
  • sloc: python: 876; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download
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
Source: servefile
Section: net
Priority: optional
Maintainer: Sebastian Lohff <seba@someserver.de>
Build-Depends: debhelper (>= 9.0~), python
Standards-Version: 3.9.5
Homepage: http://seba-geek.de/stuff/servefile/

Package: servefile
Architecture: all
Depends: python-argparse | python2.7, ${misc:Depends}, ${python:Depends}
Recommends: python-openssl, net-tools | iproute2 | 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.