2

私は、CRC検証と再開機能を備えたHTTP経由で大きなファイルをアップロードするための小さなプログラムとサーバーを作成しました。それはそのままでかなりうまく機能しますが、冗長である可能性があるため、妥当性チェックの一部を再検討する必要があるかどうか疑問に思っています。

質問のタイトルは実際にそれをすべて言います。

Is it wholly redundant to check the CRC validity of the complete file? Since I know that each chunk is valid, and should still be valid (if there has not been a file system error, in which case I should be in el grande trouble anyway) at the time of zipping the file together, I think it should be enough to be reasonably sure that the upload went smoothly.

What do you think?

Best regards

4

1 に答える 1