Skip to content

Simple-File-Server v0.5.4

Compare
Choose a tag to compare
@RDCH106 RDCH106 released this 21 Mar 16:34
· 8 commits to master since this release

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


image

Server-side


image

Customize

Configure Simple-File-Server with desired configuration in config.json

Enjoy it!