We are launching a file distribution service for sharing datasets, project files, software updates, and other downloadable resources. Files are served directly over HTTPS — no sign-up, no waiting, no unnecessary redirects.
How It Works ¶
Every file gets a permanent download URL. Point your browser, wget, curl, or any HTTP client at the link and the download starts immediately. No JavaScript required, no CAPTCHAs, no download timers.
wget https://files.decaf200.com/datasets/example.csv
curl -O https://files.decaf200.com/projects/tool-v1.2.tar.gz
This makes the service ideal for automated pipelines, CI/CD systems, and scripts that need to pull files without human interaction.
What We Host ¶
The service is built to distribute files produced by our own projects and data pipelines:
- Datasets — CSV, JSON, and plain text files from our data collection services (proxy lists, domain lists, keyword datasets, price archives)
- Project files — release binaries, configuration templates, and documentation bundles for our open-source tools
- Updates — changelogs, patch notes, and versioned artifacts for actively maintained projects
We may also host files for select partners and collaborators working on related tooling.
Infrastructure ¶
Files are served from Linux servers with SSD storage and high-bandwidth network connections. Downloads are delivered over HTTPS with TLS 1.3, ensuring both speed and encryption in transit. There are no bandwidth caps on individual downloads.
For large files and popular datasets, we use edge caching to keep download speeds consistent regardless of geographic location.
Future Plans ¶
The current service runs entirely over HTTPS, which covers the majority of use cases. Based on user demand, we are considering adding:
- SFTP access — for users who prefer secure file transfer protocol for bulk downloads or integration with legacy systems
- Torrent distribution — for very large datasets where peer-to-peer transfer would reduce server load and improve download speeds
- API endpoints — programmatic file listing, metadata queries, and version checking for automation workflows
If any of these would be useful for your workflow, let us know.
Get Started ¶
Browse available files on the service or reach out if you need a specific dataset or file hosted.
Email: decaf200 [at] decaf200.com
Jabber: decaf200com [at] xmpp.jp