Home > C/C++, Programming, Visual Basic > Tcp File Sharing Client

Tcp File Sharing Client

December 7th, 2009

I need to create a TCP file sharing client in which users connected to the same IP and port and on the same network can share files of any size easily. The client should have a place where users can browse files on there computers and then select files to share. There should also be a chat window in which users can talk to each other during the file transfer. Once a file transfer is accepted, the user should be prompted and asked where they would like the file to be saved. Once the transfer is in progress there should be a bar which shows the file transfer progress, the size of the file, and how much of that size has been transferred. I need this done in the next week.


Tcp File Sharing Client

Comments are closed.
Bear