ZIP sample file
zip_long_path_bundle_sample.zip
564 B
application/zip
SHA256 verified
File details
Filename
zip_long_path_bundle_sample.zipSize564 B (564 bytes)
MIME type
application/zipExtension
.zipSHA256
766fa4921fb0a154828757d6215bbadcae9d7855ac645d23a5f24ff23fa4ef5dDownload commands
Use in scripts and tests
curl -L -o zip_long_path_bundle_sample.zip \
https://samplefile.com/samples/download/archive/zip/zip_long_path_bundle_sample.zip/
wget -O zip_long_path_bundle_sample.zip \
https://samplefile.com/samples/download/archive/zip/zip_long_path_bundle_sample.zip/
import requests
url = "https://samplefile.com/samples/download/archive/zip/zip_long_path_bundle_sample.zip/"
resp = requests.get(url)
with open("zip_long_path_bundle_sample.zip", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/archive/zip/zip_long_path_bundle_sample.zip/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("zip_long_path_bundle_sample.zip", buf);
# Download and verify SHA256
curl -L -o zip_long_path_bundle_sample.zip https://samplefile.com/samples/download/archive/zip/zip_long_path_bundle_sample.zip/
echo "766fa4921fb0a154828757d6215bbadcae9d7855ac645d23a5f24ff23fa4ef5d zip_long_path_bundle_sample.zip" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/archive/zip/zip_long_path_bundle_sample.zip/").content
assert hashlib.sha256(data).hexdigest() == "766fa4921fb0a154828757d6215bbadcae9d7855ac645d23a5f24ff23fa4ef5d"
More ZIP files
Other ZIP Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
accounting_system_exchange_fixture_pack.zip |
2.7 KB | 24ba1110b6bde09d… |
Download |
api_contract_fixture_pack.zip |
2.0 KB | 9cfd4c9cde8c5133… |
Download |
api_replay_fixture_pack.zip |
3.3 KB | cb0a4b1a81d8430d… |
Download |
auth_token_validation_fixture_pack.zip |
5.3 KB | 874752a26137b094… |
Download |
bank_statement_import_fixture_pack.zip |
3.6 KB | 0e36242e6e31c45e… |
Download |
batch_stream_replay_fixture_pack.zip |
2.9 KB | 626328dbad32bebe… |
Download |
Learn more