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