Skip to content

A Flask based upload server for ubuntu. This application can be used to transfer any file from any device with a web-browser installed and connected to the same network where this application is running.

Notifications You must be signed in to change notification settings

paulstarmail/UploadServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

UploadServer

A Flask based upload server for ubuntu. This application can be used to transfer any file from any device with a web-browser installed and connected to the same network where this application is running.

Pre-requisites

Install all dependencies which are imported in the "main.py" file. This step is needed only if the software does not work out-of-the-box.

Procedure to start the server

  1. Run the below command to start serving.
    $ ./main.py <port number>
  2. Enter the URL displayed, inside the address bar of the web-browser of the client device.
  3. The uploaded files will be in the folder "files" of this server application.

About

A Flask based upload server for ubuntu. This application can be used to transfer any file from any device with a web-browser installed and connected to the same network where this application is running.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published