Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.tar.gzデータ転送を取得する関数をCで記述しています。データを取得したら、転送が完了してデータが有効かどうかを確認する必要があるため、gzipデータの整合性を確認するためのヒントがあります。 ?
よろしく
gunzip -t圧縮ファイルの整合性をチェックします。
gunzip -t
tarball をダウンロードするだけの場合は、反対側で md5sum を実行してから確認できます。