A tornado-based file server
Project description
A Tornado-based File Server
Features
- show files on multiple pages;
- page navigation (to prev/up/next);
- file uploading;
- show file statistics (how many fils/folders);
- show file info: type/modification time/size;
Sceenshot
Python version
Should work with python>=2.7.
Tested Python version:
- Python 2.7
- Python 3.9
How-to
Use 'pip install'
- install package
pip install git+https://github.com/walkoncross/tornado-file-server
- start serving:
python -m tornado_file_server.serving --port 8899 _your_root_dir_
or just run ./run_tornado_file_server.sh
- In your internet browser, for local test, put: http://localhost/8899; for public url, put http://your_binded_public_url
Use source code
- install tornado:
pip install tornado>=4.5;
-
git clone this repo;
-
start serving:
python -m tornado_file_server.serving --port 8899 _your_root_dir_
or just run ./run_tornado_file_server.sh
- In your internet browser, for local test, put: http://localhost/8899; for public url, put http://your_binded_public_url
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
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
File details
Details for the file tornado_file_server-1.1.tar.gz.
File metadata
- Download URL: tornado_file_server-1.1.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fe21a3c718c5a5e2d9eb2d59fc12f24d71dc27271745dfb57060d8c815785a7
|
|
| MD5 |
e55b1533f63073422f035eb12f7084f1
|
|
| BLAKE2b-256 |
49ca7f012f3bdac1db24bd98df7a5f2df32f7eae0e03bc95b3d657a3cf3417d2
|
File details
Details for the file tornado_file_server-1.1-py3-none-any.whl.
File metadata
- Download URL: tornado_file_server-1.1-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
637f8e6d41b7d40ca5457fb4974656718c2f882f035d899a856a4a598af92b2c
|
|
| MD5 |
e26d827aab9ed599b7023183bdd26daa
|
|
| BLAKE2b-256 |
6887d3ed33aa0d43b7ae24139c2652682a618436dcbeaa6f212ee6d11caab7be
|