Skip to content

anirudhranganath/TCP-File-Stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

These 2 Solutions are used to send a file over tcp.
Sender/Server sends file. IP and file to be sent must be selected. Basic exception handling is done. I intended to name 
Sender is a winform project with a progress bar to monitor progress

Receiver receives file and stores in desktop with a basic time stamp. sent file name and type will not be known and a generic file name will be kept. Reciver listens on port 11001.
Receiver is a console application. 
Mutiple senders may be handled and is untested.

Large file sizes can be handled as the file is read and sent in chunks of 4kBytes and the entire file is not stored in memory.


by Anirudh Ranganath
Free to use, copy, modify commercialize

About

A C# project quickly hacked to send files across the network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages