Skip to content

t3rn0/file-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Transfer

A simple Python script to share files over your local network.

Usage

Share a file:

python main.py some-file

Output:

============================================================
File sharing server started!
============================================================

Serving: some-file

Here's your link:

http://192.168.1.17:8000/some-file

Press Ctrl+C to stop the server
============================================================

Open the link on any device connected to the same network to download the file.

Options

usage: main.py [-h] [--port PORT] [--qr] file

positional arguments:
  file         The file to share

options:
  -h, --help   show this help message and exit
  --port PORT  Port to run the server on (default: 8000)
  --qr         Generate a QR code for the file URL

About

Simple HTTP server for sharing files over local network with optional QR code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages