timlentse / Multithread_Socket_Transmission

A Client/Server program for transfer files by socket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multithread_Socket_Transmission

  • A Client/Server program for transferring files via socket in linux/windows

1. If you are using windows

It will be more simple to compile the code if you are using visual studio(I tested on vs10)

go to the top directory of client(or server) folder and double click the .sln file to build solution.

Note: How to test?

  • For server :
 double click server.exe 
  • For client: (default port 5555)
 # In the command line and type:
 ./client [server_IP/domain] [PORTNO(5555)] [Filepath]

2. If your machine Os is Linux

See readme file in server/ client folder

Enjoy !

About

A Client/Server program for transfer files by socket


Languages

Language:Groff 81.7%Language:Shell 6.4%Language:C++ 5.8%Language:Makefile 4.6%Language:C 1.4%