You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Direct file transfer with no intermediary storage</p>
19
21
<divclass="beta-warning">
20
22
<strong>Notice:</strong> This service is in beta. If you encounter any bug, please report it <ahref="https://github.com/codeSamuraii/transit.sh/issues">here</a>.<br>Sending files via mobile browsers is not supported yet.
@@ -80,6 +82,7 @@ <h3>Important Information</h3>
80
82
<li>Files are <strong>not stored</strong> by the service at any point and only exist in memory one chunk at a time.</li>
81
83
<li>You can use one method to upload and another to download (e.g., upload via browser, download via cURL).</li>
82
84
<li>For large files, the browser upload method using WebSockets is recommended as HTTP transfers have limitations.</li>
85
+
<li>When visiting the download link with a web browser, a preview page will load with a button to start the download. You can skip this and access the download by adding <codeclass="inline-highlight">?download=true</code> at the end of the URL.</li>
83
86
<li>This service is hosted as a proof-of-concept with no guarantees. See the <ahref="https://github.com/codeSamuraii/transit.sh/">open source project</a> for more details.</li>
0 commit comments