Use link aliases for direct downloads and inline files
mainYou can transform standard transfer.sh URLs into specialized link types:
- Direct Download: Replace the base URL with
/get/to create a link that triggers a download immediately. - Inline File: Replace the base URL with
/inline/to serve the file content directly in the browser/client.
Standard: https://transfer.sh/1lDau/test.txt
Direct Download: https://transfer.sh/get/1lDau/test.txt
Inline: https://transfer.sh/inline/1lDau/test.txt