A web ui tool for transfering files between intranet machines.
Warning this is just a dev tool, not suitable for PRODUCTION ENVIRONMENT !
In intranet environment, we often need to transfer files. rsync is a good choice.
But using a simple server is more suitable for some situations.
Aside from usage consideration, implementing tools on our own is also a motivation.
- Listing files in specified directory(where the server started)
- Download a file by clicking
- Upload multiple files with file button or dragdrop move
You should setup your Python
Pip
environment first.
And download this repo on the file's destination machine's directory.
install related dependency
sh install.sh
start server
python3 app.py -p 5000
or
sh start.sh
You can find uploaded files in upload
dir.