PROTO sample file
proto_sample_file_5MB.proto
5.0 MB
application/octet-stream
SHA256 verified
File details
Filename
proto_sample_file_5MB.protoSize5.0 MB (5242922 bytes)
MIME type
application/octet-streamExtension
.protoSHA256
02a0ffd5b5f71ceef49f6d1afee2701161d659fd2cfd9dc81be5f04a22067ea3Download commands
Use in scripts and tests
curl -L -o proto_sample_file_5MB.proto \
https://samplefile.com/samples/download/data/proto/proto_sample_file_5MB.proto/
wget -O proto_sample_file_5MB.proto \
https://samplefile.com/samples/download/data/proto/proto_sample_file_5MB.proto/
import requests
url = "https://samplefile.com/samples/download/data/proto/proto_sample_file_5MB.proto/"
resp = requests.get(url)
with open("proto_sample_file_5MB.proto", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/data/proto/proto_sample_file_5MB.proto/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("proto_sample_file_5MB.proto", buf);
# Download and verify SHA256
curl -L -o proto_sample_file_5MB.proto https://samplefile.com/samples/download/data/proto/proto_sample_file_5MB.proto/
echo "02a0ffd5b5f71ceef49f6d1afee2701161d659fd2cfd9dc81be5f04a22067ea3 proto_sample_file_5MB.proto" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/data/proto/proto_sample_file_5MB.proto/").content
assert hashlib.sha256(data).hexdigest() == "02a0ffd5b5f71ceef49f6d1afee2701161d659fd2cfd9dc81be5f04a22067ea3"
More PROTO files
Other PROTO Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
proto_cdc_envelope_contract_sample.proto |
269 B | 9c17feb5945deddc… |
Download |
proto_event_bus_contract_sample.proto |
358 B | a797537f156aee63… |
Download |
proto_sample_file_1MB.proto |
1.0 MB | 16a8695e8d032d8c… |
Download |
proto_sample_file_200KB.proto |
200.0 KB | 726023ef8539fd71… |
Download |
proto_sample_file_2MB.proto |
2.0 MB | f7dcb830489c50d8… |
Download |
proto_sample_file_500KB.proto |
500.0 KB | f4aefea6ae919856… |
Download |
Learn more