Skip to content

Releases: RDCH106/Simple-File-Server

Simple-File-Server v0.5.6

28 Nov 10:55
Compare
Choose a tag to compare

Updates

  • Add force-download behaviour
  • Add extension type behaviour in the config.json file
  • Add py2exe_setup.py setup file (PY2EXE)
  • Add shortcut.au3 setup file (AUTOIT)

Simple-File-Server v0.5.4

21 Mar 16:34
Compare
Choose a tag to compare

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!

Simple-File-Server v0.4.9

16 Feb 10:42
Compare
Choose a tag to compare

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 settings.py

Enjoy it!