Personal DropBox for Private Network
Project description
Help Needed
py_httpserver_Ult
Note
UPLOAD PASSWORD: SECret
Requesting for more suggesions and ideas
Basic FEATURES
- File Hosting system (Serve files from local Storage system)
- Access Shared File System from Multiple Devices
Extra FEATURES
- 🔽 DOWNLOAD AND VIDEO STREAM WITH PAUSE AND RESUME
- 🔼 UPLOAD WITH PASSWORD
- 👌 HTML5 drag and drop uploader
- 📈 MULTIPLE FILE UPLOAD
- 📝 RENAME
- 📁 FOLDER DOWNLOAD as ZIP (uses temp folder)
- ⏯ VIDEO PLAYER
- 🔁 DELETE FILE (MOVE TO RECYCLE BIN)
- 🔥 PERMANENTLY DELETE
- ⛓
File manager
likeNAVIGATION BAR
- 📑 Right click Context menu (Tap n hold on touch device)
- 🧨 RELOAD SERVER FROM REMOTE [DEBUG PURPOSE]
- 🆕 FOLDER CREATION
- 💬 Pop-up messages UI(from my Web leach repo)
- 🌐 If you are using REAL IP AND ALLOW PYTHON TO USE PUBLIC NETWORK, YOUR SERVER CAN BE VISIBLE AROUND THE GLOBE. (also vulnerable, since you can't control access yet)
- 🧬 Clone entire directory from Host to Client with least changes (last modified preserved)
- 🔜 More comming soon
Server side requirement
- Python 3.7 or higher. Older support available.[^1]
- Basic knowledge about Python
send2trash
,natsort
pip package (if missing, will be auto installed when the code runs)
[^1]: [<=3.4 compat] is on the way.
Installation
- Install Python 3.7 or higher
- Install using PIP
On Windows:
- Open
CMD
orPowerShell
- Run
pip install pyrobox
- Run
pyrobox
to launch the server
On Linux:
- Open
Terminal
- Run
pip3 install pyrobox
- Run
pyrobox
to launch the server
CHECK FAQ FOR FUTURE HELP AND ISSUE FIX
Customization
-
Simply running the code on will create a server on
CURRENT WORKING DIRECTORY
onPort: 6969
-
On browser (on device under same router/wifi network), go to
deviceIP:port_number
to see the output like this:http://192.168.0.101:6969/
- you must allow python in firewall to access network, check FAQ for more help
-
To change the server running directory,
- i) either edit the code (see
config
class at top) - ii) or add
-d
or--directory
command line argument when launching the programpyrobox -d .
to launch the server in current directory (where the file is)pyrobox -d "D:\Server\Public folder\"
(Use Double-Quotation while directory has space)pyrobox -d "D:/Server/Public folder"
(Forward or backward slash really doesn't matter, unless your terminal thinks otherwise)
- i) either edit the code (see
-
To change port number
- i) just edit the code for permanent change (see
config
class at top) - ii) or add the port number at the end of the command line arg
pyrobox 45678
# will run on port 45678pyrobox -d . 45678
# will run on port 45678 in current directory
- i) just edit the code for permanent change (see
-
To specify alternate bind address
- Add bind add
-bind {address}
# idk if it works and how it works, but it's there
- Add bind add
TODO:
- https://github.com/RaSan147/py_httpserver_Ult/issues/33 Show thumbnails, for png and jpg (how to do with just standard library?), For others, just show extension.
- https://github.com/RaSan147/py_httpserver_Ult/issues/34 Copy stream URL for videos to play with any video player
- https://github.com/RaSan147/py_httpserver_Ult/issues/36 Add side bar to do something 🤔
- check output ip and port accuracy on multiple os
- https://github.com/RaSan147/py_httpserver_Ult/issues/37 Backup code if Reload causes unhandled issue and can't be accessed
- https://github.com/RaSan147/py_httpserver_Ult/issues/38 command line arg for passwords (vulnerable on reload)
- https://github.com/RaSan147/py_httpserver_Ult/issues/39 User login and user based permission set. 🔑
Support for more features
Context menu:
Right click on any file link
FAQ:
Using WSL, "PIP not found"
Run this to install
pip3
and addpip
to path
sudo apt -y purge python3-pip
sudo python3 -m pip uninstall pip
sudo apt -y install python3-pip
pip3 install --upgrade pip
echo "export PATH=\"${HOME}/.local/bin:$PATH\"" >>"${HOME}"/.bashrc
Re-running the file should work.
Using Linux, "PIP not found"
Run this to install
pip3
sudo apt -y purge python3-pip
sudo python3 -m pip uninstall pip
sudo apt -y install python3-pip
pip3 install --upgrade pip
Re-running the file should work.
Deleted (Move to Recycle), But WHERE ARE THEY?? [on LINUX & WSL]
Actually the feature is working fine, unfortunately NO-GUI mode linux and WSL don't recycle bin, so you can't find it! And to make things worse, you need to manually clear the recyle bin from
~/.local/share/Trash
SO I'D RECOMMAND USING DELETE PARMANENTLY
Running on WINDOWS, but can't access with other device [FIREWALL]
You probably have FireWall ON and Unconfigured. For your safety, I'd recommand you to allow Python on private network and run the server when your network is Private. IN SHORT: ALLOW PYTHON ON FIREWALL, RUN THE SERVER
note: allowed on private but using public network on firewall will cause similar issue, you gotta make both same or allow python both on public and private
Thanks to:
- https://github.com/bones7456/bones7456/blob/master/SimpleHTTPServerWithUpload.py (the guy who made upload possible)
- https://gist.github.com/UniIsland/3346170 (the guy who made multiple file upload possible)
- https://github.com/SethMMorton/natsort (sorting titles)
- https://github.com/sandes/zipfly (modified lets you see the zip progress)
- https://github.com/sampotts/plyr (improved video player)
Disclaimer: the owner or the programmers or any content of this repository hold no responsibility for any kind of data loss or modification on your system and do not warrenty for such actions. I tried my best to prevent all sorts of ways (that I am currently aware of) to prevent data loss or unwanted data modification. See Data Safety Measures taken on this projects to prevent unwanted data loss.
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
File details
Details for the file pyrobox-0.6.3.tar.gz
.
File metadata
- Download URL: pyrobox-0.6.3.tar.gz
- Upload date:
- Size: 43.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2be060e96ea3ee135b219ec6cb4dc2231d527f6a01df702823dc1210a8a9def9 |
|
MD5 | 828e6d709ca78902fe3a2d3f9aeef1c7 |
|
BLAKE2b-256 | ef118653680b2866ceb26ffac428722339d30696c71c88e0b696ad2853b55a14 |
File details
Details for the file pyrobox-0.6.3-py3-none-any.whl
.
File metadata
- Download URL: pyrobox-0.6.3-py3-none-any.whl
- Upload date:
- Size: 43.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3716709f9537e8e3688bf244ee21bc96d18e9c992ed8efa154b340d2a5c2610b |
|
MD5 | db6d596d5a793b7aec8a123b0d9fadac |
|
BLAKE2b-256 | ce957337245ff4f218acc1157009563b86a42b8d778e07e3fd99e54ff9b02534 |