Skip to content

A simple tcp server, client. Communicates through TCP protocol.

Notifications You must be signed in to change notification settings

MrSharpp/TCP-File-Transfer-Program-C-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP-File-Transfer-Program-C-

A simple tcp server, client. Communicates through TCP protocol.

To Compile

  1. use csc to compile it
  2. csc tcpClient.cs && csc tcpServer.cs
  3. Run the exe

Note

You can access the tcpServer in your LAN too. Just using any tcpClient for any OS, and connectes to your Host's IP and port 13000.

About

A simple tcp server, client. Communicates through TCP protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages