Releases: RDCH106/Simple-File-Server
Releases · RDCH106/Simple-File-Server
Simple-File-Server v0.5.6
Simple-File-Server v0.5.4
Updates
- Improved Look&Feel for the interface
- Added default folder with a dummy file
- Added Icon
- Code Refactorization
- Added REALM in the config file
- Fixed login screen after Logout
- Added
config.json
and removed settings.py- Now win32 standalone version is available thanks to the loading of the JSON configuration file
- Other minor fixes and improvements
About
Simple tool that gives secure remote file control with no client-side installation.
Simple file server that:
- supports file directory browse of the server
- supports file upload to the server
- supports authentication
- marks frequently visited directories for easier navigation
How to Run
Install Python 2 and execute the following command:
python simple_file_server.py
Open in your favourite Web Browser typing:
127.0.0.1:5000
Default access (change it!):
user: admin
password: mypassword
Client-side
Server-side
Customize
Configure Simple-File-Server with desired configuration in config.json
Enjoy it!
Simple-File-Server v0.4.9
Simple tool that gives secure remote file control with no client-side installation.
Simple file server that:
- supports file directory browse of the server
- supports file upload to the server
- supports authentication
- marks frequently visited directories for easier navigation
How to Run
Install Python 2 and execute the following command:
python simple_file_server.py
Open in your favourite Web Browser typing:
127.0.0.1:5000
Default access (change it!):
user: admin
password: mypassword
Client-side
Server-side
Customize
Configure Simple-File-Server with desired configuration in settings.py