Skip to main content

Simple local file sharing over HTTP

Project description

Fling

Simple CLI for file sharing over HTTP.

More importantly, no user or server setup is required. After the transfer is complete, no open ports or servers are left running.

Installation

pip install fling

Usage Examples

Share a single file:

fling  <file>

This will create a URL for the file.

Share a directory:

fling <dir>

This will create a ZIP archive of the directory and create a URL to share the archive.

Share a multiple files:

fling <file1> <file2> <file3>

This will create a ZIP archive of the files and create a URL to share the archive.

Share multiple files and directories:

fling <file1> <file2> <dir>

This will create a ZIP archive of files and directories and create a URL to share the archive.

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

fling-0.1.1.tar.gz (5.5 kB view hashes)

Uploaded Source

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