Expand description
Secure snapshot downloading with HTTP/HTTPS and local file support.
Provides robust download capabilities for snapshot archives with:
- URL Support: HTTP/HTTPS with retry logic, local file:// URLs
- Safety: Size limits, timeout protection, disk space validation
- Reliability: Exponential backoff, progress tracking, error recovery
- Cross-platform: Uses sysinfo for disk space checking
Structsยง
- Download
Config - Configuration for snapshot downloads with safety limits.
- Snapshot
Downloader - Downloads snapshot archives from HTTP/HTTPS and file:// URLs.