Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 251 Bytes

netcat

Simple implementation of good and old netcat in python.

TODO: send commands

Usage:

  • File transfer server:

./pycat.py -u /tmp/fileToReceiv -p 6666 -l

  • File transfer client:

./pycat.py -t localhost -p 6666 -u /tmp/fileToSend