CFG sample file
cfg_sample_file_2MB.cfg
2.0 MB
application/octet-stream
SHA256 verified
File details
Filename
cfg_sample_file_2MB.cfgSize2.0 MB (2097162 bytes)
MIME type
application/octet-streamExtension
.cfgSHA256
e5cd176d9ec6f77eb31bac685d14b7c46db8898f46767bc8635314a0b5dbc2fdDownload commands
Use in scripts and tests
curl -L -o cfg_sample_file_2MB.cfg \
https://samplefile.com/samples/download/data/cfg/cfg_sample_file_2MB.cfg/
wget -O cfg_sample_file_2MB.cfg \
https://samplefile.com/samples/download/data/cfg/cfg_sample_file_2MB.cfg/
import requests
url = "https://samplefile.com/samples/download/data/cfg/cfg_sample_file_2MB.cfg/"
resp = requests.get(url)
with open("cfg_sample_file_2MB.cfg", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/data/cfg/cfg_sample_file_2MB.cfg/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("cfg_sample_file_2MB.cfg", buf);
# Download and verify SHA256
curl -L -o cfg_sample_file_2MB.cfg https://samplefile.com/samples/download/data/cfg/cfg_sample_file_2MB.cfg/
echo "e5cd176d9ec6f77eb31bac685d14b7c46db8898f46767bc8635314a0b5dbc2fd cfg_sample_file_2MB.cfg" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/data/cfg/cfg_sample_file_2MB.cfg/").content
assert hashlib.sha256(data).hexdigest() == "e5cd176d9ec6f77eb31bac685d14b7c46db8898f46767bc8635314a0b5dbc2fd"
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_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