Click here to Skip to main content
16,020,877 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am naser. I try to develop a software which is used to transfer large file through internet any one help me

regards
naser
Posted

Yes.., by using TCP communcation you can transfer files.,

go through the below link from Google

File Transfer through C#[^]
 
Share this answer
 
For really large files you would have to consider that there may be breaks in data transfer and connection, and thus you will need to handle the ability to resume an interrupted file transfer. So if you are using a custom TCP protocol, make sure it can start downloading from a particular offset.
 
Share this answer
 
See here[^] as well.
 
Share this answer
 
You can use socket connection for it.
Some links for you

Click

Click

Click
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900