gief

Instant HTTP file uploading server


Keywords
http, upload, server, file, python
License
MIT
Install
pip install gief==0.0.3

Documentation

gief

Pypy Build Status Requirements Status Coverage Status MIT License

Instant HTTP file uploading server.

Requirements

  • Python 2.7+ or Python 3.4+

Install

sudo pip install gief

Usage

usage: gief [-h] [-H HOST] [-p PORT] [path]

positional arguments:
  path                  Folder where files will be uploaded to (CWD by default)

optional arguments:
  -h, --help            show this help message and exit
  -H HOST, --host HOST
  -p PORT, --port PORT

Alternatively:

python -m gief

Examples

mkdir /tmp/gief
gief /tmp/gief