https://github.com/chanmo/fast-transfer
Fast transfer files between multiple users
https://github.com/chanmo/fast-transfer
Last synced: 5 months ago
JSON representation
Fast transfer files between multiple users
- Host: GitHub
- URL: https://github.com/chanmo/fast-transfer
- Owner: ChanMo
- License: mit
- Created: 2023-07-19T03:04:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T09:59:19.000Z (almost 3 years ago)
- Last Synced: 2025-09-20T20:20:23.402Z (9 months ago)
- Language: HTML
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fast Transfer
An easy and fast way to transfer files between mulitple users.
If you frequently run the command `python -m http.server`, you will like it.
## Usage
Share a full path directory
```
fast-transfer /tmp
```
Share a relative path directory
```
fast-transfer demo
```
Then, you can visit the website at `http://192.168.x.x:5000`
## Installation
```
pip install fast-transfer
```
## OPTIONS
```
Usage: fast-transfer [OPTIONS] USERDATA
Options:
-p, --port INTEGER The port to bind to. [default: 5000]
--help Show this message and exit.
```