RS sample file
rs_sample_file_1MB.rs
1.0 MB
application/rls-services+xml
SHA256 verified
File details
Filename
rs_sample_file_1MB.rsSize1.0 MB (1048576 bytes)
MIME type
application/rls-services+xmlExtension
.rsSHA256
0b1da431bb4b532647808460bfc6da671148ec8e566bf5c0cc28501db47bf849Download commands
Use in scripts and tests
curl -L -o rs_sample_file_1MB.rs \
https://samplefile.com/samples/download/code/rs/rs_sample_file_1MB.rs/
wget -O rs_sample_file_1MB.rs \
https://samplefile.com/samples/download/code/rs/rs_sample_file_1MB.rs/
import requests
url = "https://samplefile.com/samples/download/code/rs/rs_sample_file_1MB.rs/"
resp = requests.get(url)
with open("rs_sample_file_1MB.rs", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/code/rs/rs_sample_file_1MB.rs/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("rs_sample_file_1MB.rs", buf);
# Download and verify SHA256
curl -L -o rs_sample_file_1MB.rs https://samplefile.com/samples/download/code/rs/rs_sample_file_1MB.rs/
echo "0b1da431bb4b532647808460bfc6da671148ec8e566bf5c0cc28501db47bf849 rs_sample_file_1MB.rs" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/code/rs/rs_sample_file_1MB.rs/").content
assert hashlib.sha256(data).hexdigest() == "0b1da431bb4b532647808460bfc6da671148ec8e566bf5c0cc28501db47bf849"
More RS files
Other RS Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
rs_sample_file_200KB.rs |
200.0 KB | 2382c741ad3eb36a… |
Download |
rs_sample_file_2MB.rs |
2.0 MB | 114f44a846087da7… |
Download |
rs_sample_file_500KB.rs |
500.0 KB | 10c773e31fb02de3… |
Download |
rs_sample_file_50KB.rs |
50.0 KB | 1043a8e23747263b… |
Download |
rs_sample_file_5MB.rs |
5.0 MB | 439ec8e5d88465e0… |
Download |
Learn more