Skip to content

sahilmpatel/FileTransferWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

FileTransferWebApp

Simple Web-App for sharing files between devices implemented using Flask within same local network.

  1. Multiple Files upload with progress bar.
  2. Selected Files to be listed in 'Downloads' page so that can be downloaded.
  3. QR code implementation to access the app url for devices.

Note: If prompted by the firewall, make sure to allow this app access to the URL so that you can access it from other devices within the same local network.

Steps:

1. Navigate to the app directory within the project folder, and in the command line, execute the file file_transfer_server.pycode using either python or python3.
2. Copy second URL generated in the logs and paste it into the browser of the other device with
which you want to exchange files.

url_access

File uploads:

  1. Select the files you want to upload and click the upload button.
  2. After the uploading process completes, On the script running device "Select a Folder to save Files" wizard will prompt to save incoming files.
20230806134255.mp4

File downloads:

  1. Clicking the Downloads button "Select a Folder to share Files" wizard will prompt(On the script running device) to share selected files with second device.
  2. Files will be listed to download.
20230806135759.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published