可以在C#编码中通过Internet传输大文件 [英] Is Possible to Transfer large file through internet in c# Coding

查看:91
本文介绍了可以在C#编码中通过Internet传输大文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是纳赛尔.我尝试开发一种可以通过互联网传输大文件的软件,对我有任何帮助

问候
naser

i am naser. I try to develop a software which is used to transfer large file through internet any one help me

regards
naser

推荐答案

是的,通过使用TCP通讯,您可以传输文件.
通过Google的以下链接

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

go through the below link from Google

File Transfer through C#[^]


对于非常大的文件,您必须考虑到数据传输和连接可能会中断,因此您需要处理恢复中断的文件传输的能力.因此,如果您使用的是自定义TCP协议,请确保它可以从特定偏移量开始下载.
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.


请参阅^ ].


这篇关于可以在C#编码中通过Internet传输大文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆