Skip to content

The author is incredibly lazy ,so the description need a little time......

License

Notifications You must be signed in to change notification settings

cheng-lao/tcp_reverse_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tcp_reverse_test

please ensure that your computer have the python3 installed. 😋

Usage

please run the server first ✈️

python reversetcpserver.py -p <your-server-port>

then run the client 🚀

python reversetcpclient.py -ip <your-server-ip> -p <your-server-port> -f <your-txt-filepath>
# please ensure that the file path is correct and the file exists.
  • note that the client will send the file to the server and the server will send the reversed string back to the client. the client will print the reversed string to the console and save it to a file in the same directory as the client script. 👌

  • please ensure that the server is running before running the client.And the os is different between the server and the client. :)

END 😚 👍 👋

About

The author is incredibly lazy ,so the description need a little time......

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages