Skip to main content

Simple file server and reverse proxy | part of batBelt

Project description

batServe

simple, useful file server | part of batBelt

Installation:

  • If you have python >= 3.6 installed and want to install batServe only

pip install --upgrade batserve

  • If you don't have python pre-installed, batServe is available as a pre-built binary via batBelt

Usage:

usage: batserve (or) python -m batserve (optional arguments)

batBelt file server (1.0-rc4) - simple and useful file server

optional arguments:
  -h, --help            show this help message and exit
  --host [HOST]         Serve on host (eg: localhost, 0.0.0.0). Defaults to 0.0.0.0
  --port [PORT]         Serve on port. Defaults to 8080
  --public              Serve on a publicly accessible URL
  --no-index            Disable auto-generation of index.html
  --no-symlinks         Don't follow symlinks
  --dir [DIR]           The directory path to serve. Defaults to ./
  -u [USERNAME], --username [USERNAME]
                        Username for security, not set by default
  -p [PASSWORD], --password [PASSWORD]
                        Password for security, not set by default

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

batServe-1.0rc7.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

batServe-1.0rc7-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page