zipserver(1)

Simple ZIP fileserver

Section 1 python3-zipstream-ng bookworm source

Description

ZIPSERVER

NAME

zipserver - Simple ZIP fileserver

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.

AUTHOR

Manpage written by Louis-Philippe Véronneau