Simple Python HTTP File Server
Project description
pywebfs
Simple Python HTTP(S) File Server
Quick start
$ pywebfs -d /mydir -t "my fileserver" -s 0.0.0.0 -p 8080
-
Browse/Download/Search files using browser
http://<yourserver>:8080 -
search text in files (grep)
basic auth
$ pywebfs --dir /mydir --user myuser [--password mypass]
$ pywebfs -d /mydir -u myuser [-P mypass]
Generated password is given if no --pasword option
https server
- Generate auto-signed certificate and start https server
$ pywebfs --dir /mydir --gencert myserver 192.169.1.11
$ pywebfs -d /mydir --g myserver 192.169.1.11
- Start https server using existing certificate
$ pywebfs --dir /mydir --cert /pathto/host.cert --key /pathto/host.key
$ pywebfs -d /mydir -c /pathto/host.cert -k /pathto/host.key
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pywebfs-0.4.0.tar.gz
(17.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pywebfs-0.4.0-py3-none-any.whl
(14.3 kB
view details)
File details
Details for the file pywebfs-0.4.0.tar.gz.
File metadata
- Download URL: pywebfs-0.4.0.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eeadba96385d1649dcdf3d3d6878c7f8ecdd40846f733d7e81deba58454453d
|
|
| MD5 |
36f0746e6ab254032fd408d1fca2b366
|
|
| BLAKE2b-256 |
46619fc48dd8a3217b6c2453f0f4cdae55df9a50859d7a49dd23092630bb69bc
|
File details
Details for the file pywebfs-0.4.0-py3-none-any.whl.
File metadata
- Download URL: pywebfs-0.4.0-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c41d8ed1b1e536528b59b59f873ded0e3ee07fb7463c075b77796aebc697513
|
|
| MD5 |
31c024a2523149b8a1677a9926072c8e
|
|
| BLAKE2b-256 |
3e89d9c8aa1039578de11bb84d04f777f3c85d9aefd8cc97737726bdd1f1d5a8
|