TcpMultiFileTransfer icon indicating copy to clipboard operation
TcpMultiFileTransfer copied to clipboard

Tcp Multi File Transfer Tools

TcpMultiFileTransfer

TcpMultiFileTransfer is a file transfer tool that allows users to send multiple files simultaneously using TCP protocol. This tool is designed for efficient and reliable file transfers between client and server over a network.

Features

  • Supports multiple file transfers at the same time using TCP.
  • Efficient and reliable file transfer between client and server.
  • Simple interface for both client and server-side management.
  • Ensures data integrity during transfer.

Technologies Used

  • C# for backend implementation.
  • TCP protocol for reliable file transfers.

How to Use

1. Clone the Repository:

git clone https://github.com/dursunkatar/TcpMultiFileTransfer.git

2. Open and Run:

  • Open the project in Visual Studio and build the solution.
  • Run the application and select the files you want to transfer.
  • Set up the server and client to establish a connection via TCP.

3. Transfer Files:

  • After establishing the connection, choose the files to transfer from the client side, and the server will receive them.

ScreenShots

filesend

receive