Secure File Transfer

Experience lightning-fast, secure file transfers with enterprise-grade encryption and real-time monitoring capabilities.

Drop files here or click to browse

Support for all file types • Up to 10GB per file • End-to-end encryption

Secure Transfer

End-to-end encryption ensures your files are protected during transfer

Lightning Fast

Optimized transfer speeds with no file compression, so the quality is preserved

Reliable

99.9% uptime with automatic retry and error recovery


Command Line Access

Download files programmatically using wget or curl

Using wget

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.

Using curl

curl -OJ "https://metalfiles.tech/api/download/[token]"

The -OJ flags save the file with its original name and follow redirects.

Important Notes

  • • Download links are one-time use only - they become invalid after downloading
  • • Files are automatically decrypted during download
  • • Links expire after 24 hours if not used
  • • Maximum file size: 10GB