开发者

Download, with java, a large file throughtout a size limiting firewall.

开发者 https://www.devze.com 2023-03-23 08:24 出处:网络
Well, I suppose that the title explains it quite well. But I think I\'d rather explain the problem: I\'m at work, and sometimes i need to download a file which is larger than the 26 mg limit firewall.

Well, I suppose that the title explains it quite well. But I think I'd rather explain the problem: I'm at work, and sometimes i need to download a file which is larger than the 26 mg limit firewall.

I am quite aware on how to download a file, using java or c#.

What i need to do is separating the file in smaller chunks, which is fine, but how would be done?

Do I need to, have to or can, "开发者_如何学编程masquerade" the file size, so it can be firewall approvable?

Any suggestions would be very much appreciated.

thank

As sanjay had asked me, the access is made through a webserver.


'Chunking' from the client perspective is done through http resume.
See the answer to this question:
Java: resume Download in URLConnection

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号