File: zipserver.rst

package info (click to toggle)
python-zipstream-ng 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: python: 2,074; makefile: 6
file content (41 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (2)
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
35
36
37
38
39
40
41
=========
zipserver
=========

---------------------
Simple ZIP fileserver
---------------------

:Authors: Manpage written by Louis-Philippe Véronneau
:Date: 2021
:Manual section: 1

Synopsis
========

| zipserver [**--bind** ADDRESS] [**--directory** DIRECTORY] *<port>*
| zipserver (**-h** \| **--help**)

Description
===========

**zipserver** is a simple fileserver with support for downloading multiple
files and folders as a single zip file.

Arguments
=========

| *<port>*       Specify alternate port. Default: 8000

Options
=======

| **-h** **--help**  Shows the help message
| **-b** **--bind**  Specify alternate bind address. Default: all interfaces
| **--directory**    Specify alternative directory. Default: current directory

Bugs
====

Bugs can be reported to your distribution's bug tracker or upstream
at https://github.com/pR0Ps/zipstream-ng/issues.