开发者

Best method to upload big files (successfully) in low bandwidth scenario?

开发者 https://www.devze.com 2023-01-19 10:07 出处:网络
My work involves uploading archived files (10-25mb) onto a FTP server (using cuteFTP) on daily basis. Problem is that uploading is done from remote villages where USB datacards give very poor bandwidt

My work involves uploading archived files (10-25mb) onto a FTP server (using cuteFTP) on daily basis. Problem is that uploading is done from remote villages where USB datacards give very poor bandwidth. As a result, several files that are uploaded get corrupted.

Two questions:

  1. Is there any way to upload the files more effectively? Any mode apart from CuteFTP that takes lesser bandwidth?

  2. Also is there any way to check which files have been uploaded correctly by using CRC etc on the fly so that uploader can immediately reupload if there is data corr开发者_StackOverflow社区uption while uploading?

I am relatively comfortable with PHP & MySQL.

Any suggestions ... Thanks !

Regards, DB


Would it be possible to split the files before sending? Many ZIP compression utilities support this.

0

精彩评论

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