Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Outline

To run this:

  • pip3 install -r requirements.txt.
  • For the server ( the receiver ):

    • python3 receiver.py
      
  • For the client ( the sender ):

    • C:\> python sender.py --help
      usage: sender.py [-h] [-p PORT] file host
      
      Simple File Sender
      
      positional arguments:
      file                  File name to send
      host                  The host/IP address of the receiver
      
      optional arguments:
      -h, --help            show this help message and exit
      -p PORT, --port PORT  Port to use, default is 5001
      
      For instance, if you want to send data.csv to 192.168.1.101:
      python3 sender.py data.csv 192.168.1.101
      
Morty Proxy This is a proxified and sanitized view of the page, visit original site.