CFG sample file
cfg_sample_file_5MB.cfg
5.0 MB
application/octet-stream
SHA256 verified
File details
Filename
cfg_sample_file_5MB.cfgSize5.0 MB (5242920 bytes)
MIME type
application/octet-streamExtension
.cfgSHA256
5102141d3610c948765696371911d71f686ad95b6b28f1a4fe51a3fd5d11c36bDownload commands
Use in scripts and tests
curl -L -o cfg_sample_file_5MB.cfg \
https://samplefile.com/samples/download/data/cfg/cfg_sample_file_5MB.cfg/
wget -O cfg_sample_file_5MB.cfg \
https://samplefile.com/samples/download/data/cfg/cfg_sample_file_5MB.cfg/
import requests
url = "https://samplefile.com/samples/download/data/cfg/cfg_sample_file_5MB.cfg/"
resp = requests.get(url)
with open("cfg_sample_file_5MB.cfg", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/data/cfg/cfg_sample_file_5MB.cfg/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("cfg_sample_file_5MB.cfg", buf);
# Download and verify SHA256
curl -L -o cfg_sample_file_5MB.cfg https://samplefile.com/samples/download/data/cfg/cfg_sample_file_5MB.cfg/
echo "5102141d3610c948765696371911d71f686ad95b6b28f1a4fe51a3fd5d11c36b cfg_sample_file_5MB.cfg" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/data/cfg/cfg_sample_file_5MB.cfg/").content
assert hashlib.sha256(data).hexdigest() == "5102141d3610c948765696371911d71f686ad95b6b28f1a4fe51a3fd5d11c36b"
More CFG files
Other CFG Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
cfg_sample_file_1MB.cfg |
1.0 MB | 8b1d6721ca929131… |
Download |
cfg_sample_file_200KB.cfg |
200.0 KB | 17b9bea25f7c903e… |
Download |
cfg_sample_file_2MB.cfg |
2.0 MB | e5cd176d9ec6f77e… |
Download |
cfg_sample_file_500KB.cfg |
500.0 KB | 288764726648ee4a… |
Download |
cfg_sample_file_50KB.cfg |
50.0 KB | 7c2f8a69f341e811… |
Download |
Learn more