Experience lightning-fast, secure file transfers with enterprise-grade encryption and real-time monitoring capabilities.
Support for all file types • Up to 10GB per file • End-to-end encryption
End-to-end encryption ensures your files are protected during transfer
Optimized transfer speeds with no file compression, so the quality is preserved
99.9% uptime with automatic retry and error recovery
Download files programmatically using wget or curl
wget --content-disposition "https://metalfiles.tech/api/download/[token]"
Replace [token] with your download token. The --content-disposition flag ensures the original filename is preserved.
curl -OJ "https://metalfiles.tech/api/download/[token]"
The -OJ flags save the file with its original name and follow redirects.