Giter Club home page Giter Club logo

shareviahttp's Introduction

ShareViaHttp

Share any files or directory from the command line with other devices in your (W)LAN

Inspired by the Android App "Share Via HTTP", this shell script lets you share any files or directories from the command line using Python3's "http.server" module. Additionally, a QR code is generated for easy sharing with mobile devices in your WLAN.

Requirements

  • Python3 with http.server module (on Debian included in python3 package and its dependencies)
  • python-qrcode (with the qr utility) for the console qr code generation
  • some standard utilities: sed, awk

Usage

  • Just call the script and pass any files or directories as parameters.
  • The script then generates a temporary directory with symbolic links to all specified files/directories and starts an http server in it.
  • The link to this temporary directory is printed as text and qr code.
  • In case only one directory or file is to be shared, the links directly points to this file/directory, so the download starts immediately.
  • To stop sharing just exit the script by pressing Ctrl+C.

shareviahttp's People

Contributors

st31ny avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jklmnn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.