filewire

Easily send and receive files over LAN


Keywords
lan, share, send, receive, file
License
MIT
Install
pip install filewire==0.0.1

Documentation

filewire

Easily send and receive files over LAN.

Installation

$ pip3 install firewire

or from local filesystem:

$ python3 setup.py install

Usage

Sending file from working directory:

$ filewire send IP FILENAME

Receiving file to working directory:

$ filewire recv

See also filewire --help.

License

Please see LICENSE.