Skip to main content

Simple upload server for local network file transfers.

Project description

netupload


PyPI - Version PyPI - License GitHub Repo

Simple file upload server for when you need to send files around on your local network. Sometimes you don't want to login to your email and don't have a USB so this can be a quick way to transfer files.

How it works

Usage

Install the package:

pip install netupload

Start the server with the default options:

netupload

Options

netupload --host=0.0.0.0 --port=4000 --save-dir=./uploads
Option Description Default
--host Host to run the server on 0.0.0.0
--port Port to run the server on 4000
--save-dir Directory to save uploaded files ./uploads

Webpage

The server runs a webpage that you can access from any device on the same network. You will see the

> netupload --host=0.0.0.0 --port=4000 --save-dir=./uploads

 * Serving Flask app 'src.app'
 * Debug mode: off
 * Running on all addresses (0.0.0.0)
 * Running on http://127.0.0.1:4000
 * Running on http://192.168.1.123:4000 <--------- THIS ADDRESS WITH YOUR COMPUTER'S LOCAL IP

Navigate to the address shown in the terminal to access the webpage:

Webpage Screenshot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netupload-0.1.9.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file netupload-0.1.9.tar.gz.

File metadata

  • Download URL: netupload-0.1.9.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.6

File hashes

Hashes for netupload-0.1.9.tar.gz
Algorithm Hash digest
SHA256 4c672dc015b1e00428eeb8420f869b66826060990299a813bbab12e882c0b0ec
MD5 0d01e24b02651d1eb0d73f28fda76635
BLAKE2b-256 4232829c4ba540693fee3674287686af3306d5954506d9ac395895e513639416

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page