File.ReadAllBytes(file)仅支持2GB - 替代?

时间:2014-12-19 20:36:10

标签: c# file-upload ftp


我想通过ftp将文件上传到服务器,但我无法获取文件字节,因为byte[] fileContents = File.ReadAllBytes(file);仅支持 2GB 的文件。

我该如何解决这个问题呢?
File.ReadAllBytes(file)还有其他选择吗?
由于Zip file is getting corrupted after uploaded to server using C#,我不想使用StreamReader

0 个答案:

没有答案