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