DMA DMA Transfer
Admin

DMA Transfer

Securely share files within the DMA network

Drop file here or browse
Max 2 GB
Uploading… 0%
File uploaded successfully

Access Policy
Files uploaded from DMA network can be downloaded on any network.
Files uploaded from any network can only be downloaded on DMA network.
curl API
# Upload via curl PUT (returns URL):
curl --upload-file file.txt https://transfer.dma.nl/file.txt
# Upload with custom expiry (days):
curl --upload-file file.txt -H "X-Expires: 1" https://transfer.dma.nl/file.txt
# Upload via POST form:
curl -F "file=@file.txt" -F "expires=1" https://transfer.dma.nl/upload.php
# Download:
curl -O https://transfer.dma.nl/{token}/file.txt
wget https://transfer.dma.nl/{token}/file.txt