CFG sample file
cfg_sample_file_1MB.cfg
1.0 MB
application/octet-stream
SHA256 verified
File details
Filename
cfg_sample_file_1MB.cfgSize1.0 MB (1048576 bytes)
MIME type
application/octet-streamExtension
.cfgSHA256
8b1d6721ca92913151d3f3a12384786de2e6fb48750a55ca5ebe6438c9faa023Download commands
Use in scripts and tests
curl -L -o cfg_sample_file_1MB.cfg \
https://samplefile.com/samples/download/data/cfg/cfg_sample_file_1MB.cfg/
wget -O cfg_sample_file_1MB.cfg \
https://samplefile.com/samples/download/data/cfg/cfg_sample_file_1MB.cfg/
import requests
url = "https://samplefile.com/samples/download/data/cfg/cfg_sample_file_1MB.cfg/"
resp = requests.get(url)
with open("cfg_sample_file_1MB.cfg", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/data/cfg/cfg_sample_file_1MB.cfg/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("cfg_sample_file_1MB.cfg", buf);
# Download and verify SHA256
curl -L -o cfg_sample_file_1MB.cfg https://samplefile.com/samples/download/data/cfg/cfg_sample_file_1MB.cfg/
echo "8b1d6721ca92913151d3f3a12384786de2e6fb48750a55ca5ebe6438c9faa023 cfg_sample_file_1MB.cfg" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/data/cfg/cfg_sample_file_1MB.cfg/").content
assert hashlib.sha256(data).hexdigest() == "8b1d6721ca92913151d3f3a12384786de2e6fb48750a55ca5ebe6438c9faa023"
More CFG files
Other CFG Sample Files
| Filename | Size | SHA256 | 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 |
cfg_sample_file_5MB.cfg |
5.0 MB | 5102141d3610c948… |
Download |
Learn more