mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-13 21:03:07 +08:00
Update 'about app' content
This commit is contained in:
parent
53894f8ff0
commit
3569e0a3ef
@ -2,20 +2,23 @@
|
||||
<h2 class="logo"><span>ShareDrop</span></h2>
|
||||
<h3>What is it?</h3>
|
||||
<p>
|
||||
ShareDrop is a free app that allows you to easily and securely share files directly between devices without having to upload them to any server first.
|
||||
ShareDrop is a free web app that allows you to easily and securely share files directly between devices without uploading them to any server first.
|
||||
</p>
|
||||
|
||||
<h3>How to use it?</h3>
|
||||
<h4>Sharing files between devices in local network<sup>*</sup></h4>
|
||||
<h4>Sharing files between devices in a local network<sup>*</sup></h4>
|
||||
<p>
|
||||
To send a file to another device in the same local network, open this page (i.e. <a href="https://www.sharedrop.io">www.sharedrop.io</a>) on both devices. Drag and drop a file directly on other person's avatar or click the avatar and select the file you want to send. The file transfer will start once the recipient accepts the file.
|
||||
To send a file to another device in the same local network, open this page (i.e. <a href="https://www.sharedrop.io">www.sharedrop.io</a>) on both devices. Drag and drop a file directly on another person's avatar or click the avatar and select the file you want to send. The file transfer will start once the recipient accepts the file.
|
||||
</p>
|
||||
|
||||
<h4>Sharing files between devices in different networks</h4>
|
||||
<p>
|
||||
To send a file to another device in a different network, click <span class="plus-icon">+</span> button in the upper right corner of the page and follow futher instructions.
|
||||
To send a file to another device in a different network, click <span class="plus-icon">+</span> button in the upper right corner of the page and follow further instructions.
|
||||
</p>
|
||||
|
||||
<h3>Security</h3>
|
||||
<p>ShareDrop uses a secure and encrypted peer-to-peer connection to transfer information about the file (its name and size) and file data itself. This means that this data is never transfered through any intermediate server but directly between the sender and recipient devices. To achieve this, ShareDrop uses a technology called WebRTC (Web Real-Time Communication), which is provided natively by browsers. You can read more about WebRTC security <a href="https://bloggeek.me/is-webrtc-safe/">here</a>.</p>
|
||||
|
||||
<h3>Feedback</h3>
|
||||
<p>
|
||||
Got a problem with using ShareDrop, suggestion how to improve it or just want to say hi? Send an email to <a href="mailto:support@sharedrop.io">support@sharedrop.io</a> or report an issue on <a href="https://github.com/szimek/sharedrop/issues">GitHub</a>.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user