Different platforms may count bytes differently, which can lead to variations in file sizes. Here are some common platforms and how they count bytes:
These differences can cause discrepancies in reported file sizes depending on the device and operating system.
GET https://x4g0c4g0kw80gkg0sg44k80w.on.blckit.com/:size/:pattern?
Download a file of the specified size and pattern.
KB, MB, GB, and TB. The maximum allowed size is 4TB.zeros, random, and custom. Defaults to zeros if not provided.custom. This should be a string that will be repeated to fill the file.Example with custom pattern:
https://x4g0c4g0kw80gkg0sg44k80w.on.blckit.com/1TB/custom?customPattern=ABC123
Example with zeros pattern:
https://x4g0c4g0kw80gkg0sg44k80w.on.blckit.com/1TB/zeros
Example without pattern:
https://x4g0c4g0kw80gkg0sg44k80w.on.blckit.com/1TB
You can use wget or curl to download the file from the command line:
wget https://x4g0c4g0kw80gkg0sg44k80w.on.blckit.com/1TB/custom?customPattern=ABC123
Example with custom pattern:
wget https://x4g0c4g0kw80gkg0sg44k80w.on.blckit.com/1TB/custom?customPattern=ABC123
Example with zeros pattern:
wget https://x4g0c4g0kw80gkg0sg44k80w.on.blckit.com/1TB/zeros
Example without pattern:
wget https://x4g0c4g0kw80gkg0sg44k80w.on.blckit.com/1TB
curl -O https://x4g0c4g0kw80gkg0sg44k80w.on.blckit.com/1TB/custom?customPattern=ABC123
Example with custom pattern:
curl -O https://x4g0c4g0kw80gkg0sg44k80w.on.blckit.com/1TB/custom?customPattern=ABC123
Example with zeros pattern:
curl -O https://x4g0c4g0kw80gkg0sg44k80w.on.blckit.com/1TB/zeros
Example without pattern:
curl -O https://x4g0c4g0kw80gkg0sg44k80w.on.blckit.com/1TB