Skip to content

A tool for transferring multiple files simultaneously over TCP connections. It allows reliable and efficient file transfers across networks

Notifications You must be signed in to change notification settings

dursunkatar/TcpMultiFileTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tool for transferring multiple files simultaneously over TCP connections. It allows reliable and efficient file transfers across networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages