2023-04-11 17:41:10 +00:00
---
title: "文件共享和同步"
icon: material/share-variant
2024-02-18 13:31:23 +00:00
description: 探索如何在裝置之間、與朋友和家人私下分享檔案,或匿名上線。
2023-10-11 16:36:08 +00:00
cover: file-sharing.webp
2023-04-11 17:41:10 +00:00
---
2024-08-10 05:33:02 +00:00
<small>Protects against the following threat(s):</small>
- [:material-server-network: 服務提供商 ](basics/common-threats.md#privacy-from-service-providers "" ){.pg-teal}
2023-04-11 17:41:10 +00:00
探索如何在裝置之間、與朋友和家人私下分享檔案,或匿名上線。
## 檔案分享
2024-08-25 04:34:54 +00:00
If you have already use [Proton Drive ](cloud.md#proton-drive )[^1] or have a [Bitwarden ](passwords.md#bitwarden ) Premium[^2] subscription, consider using the file sharing capabilities that they each offer, both of which use end-to-end encryption. Otherwise, the standalone options listed here ensure that the files you share are not read by a remote server.
2023-04-11 17:41:10 +00:00
### Send
2024-02-18 13:31:23 +00:00
<div class="admonition recommendation" markdown>
2023-04-11 17:41:10 +00:00
2024-02-18 13:31:23 +00:00
{ align=right }
2024-05-28 00:46:34 +00:00
**Send** 是分支自 Mozilla 已停止的 Firefox Send服務, 它允許您使用鏈接將檔案發送給其他人。 檔案在您的裝置上已加密,因此無法被伺服器讀取,並且它們也可以選擇受密碼保護。 Send 維護者託管 [公共實例 ](https://send.vis.ee )。 你可以利用其他公開實例,也可以自行託管 Send。
2024-02-18 13:31:23 +00:00
[:octicons-home-16: Homepage ](https://send.vis.ee ){ .md-button .md-button--primary }
[:octicons-server-16: ](https://github.com/timvisee/send-instances ){ .card-link title="Public Instances"}
[:octicons-info-16: ](https://github.com/timvisee/send#readme ){ .card-link title=Documentation}
[:octicons-code-16: ](https://github.com/timvisee/send ){ .card-link title="Source Code" }
[:octicons-heart-16: ](https://github.com/sponsors/timvisee ){ .card-link title=Contribute }
</details>
</div>
2023-04-11 17:41:10 +00:00
Send 可利用網頁界面或文字指令 [ffsend ](https://github.com/timvisee/ffsend ) 來傳送檔案。 如果您熟悉命令行並經常發送檔案, 我們建議您使用文字指令的用戶端以避免基於JavaScript 的加密。 您可以利用 `--host` 指令來標記使用特定的伺服器:
```bash
ffsend upload --host https://send.vis.ee/ FILE
```
### OnionShare
2024-02-18 13:31:23 +00:00
<div class="admonition recommendation" markdown>
{ align=right }
2024-08-10 05:33:02 +00:00
**OnionShare** is an open-source tool that lets you securely and [:material-incognito: anonymously ](basics/common-threats.md#anonymity-vs-privacy ){ .pg-purple } share a file of any size. 它的工作原理是啟動可作為 Tor 洋蔥服務訪問的網頁伺服器, 具有一個無法猜測的URL ,您可以與收件人共享以下載或發送檔案。
2024-02-18 13:31:23 +00:00
[:octicons-home-16: Homepage ](https://onionshare.org ){ .md-button .md-button--primary }
[:simple-torbrowser: ](http://lldan5gahapx5k7iafb3s4ikijc4ni7gx5iywdflkba5y2ezyg6sjgyd.onion ){ .card-link title="Onion Service" }
[:octicons-info-16: ](https://docs.onionshare.org ){ .card-link title=Documentation}
[:octicons-code-16: ](https://github.com/onionshare/onionshare ){ .card-link title="Source Code" }
<details class="downloads" markdown>
2024-07-15 05:12:08 +00:00
<summary>Downloads</summary>
2024-02-18 13:31:23 +00:00
2024-07-15 05:12:08 +00:00
- [:fontawesome-brands-windows: Windows ](https://onionshare.org/#download )
2024-02-18 13:31:23 +00:00
- [:simple-apple: macOS ](https://onionshare.org/#download )
- [:simple-linux: Linux ](https://onionshare.org/#download )
</details>
</div>
2023-04-11 17:41:10 +00:00
2024-08-10 05:33:02 +00:00
OnionShare provides the option to connect via [Tor bridges ](https://docs.onionshare.org/2.6.2/en/tor.html#automatic-censorship-circumvention ) to circumvent [:material-close-outline: Censorship ](basics/common-threats.md#avoiding-censorship "" ){.pg-blue-gray}.
2023-04-11 17:41:10 +00:00
### 標準
**請注意,我們所推薦專案沒有任何瓜葛。 * * 除了 [標準準則 ](about/criteria.md )外,我們還發展出一套明確要求以提出客觀建議。 我們建議您在選擇使用項目之前先熟悉此列表,並進行自己的研究,以確保它是您的正確選擇。
- 不得將解密的資料儲存在遠端伺服器上。
- 必須是開源軟體。
- 必須有 Linux、macOS 和 Windows 用戶端;或 Web 網頁界面。
## FreedomBox
2024-02-18 13:31:23 +00:00
<div class="admonition recommendation" markdown>
{ align=right }
2023-04-11 17:41:10 +00:00
2024-02-18 13:31:23 +00:00
**FreedomBox** 是設計在[單板電腦(SBC) ](https://en.wikipedia.org/wiki/Single-board_computer )上執行的作業系統。 其目的是讓設置自主託管的伺服器應用程式變得容易。
[:octicons-home-16: Homepage ](https://freedombox.org ){ .md-button .md-button--primary }
[:octicons-info-16: ](https://wiki.debian.org/FreedomBox/Manual ){ .card-link title=Documentation}
[:octicons-code-16: ](https://salsa.debian.org/freedombox-team/freedombox ){ .card-link title="Source Code" }
2024-03-13 04:31:23 +00:00
[:octicons-heart-16: ](https://freedomboxfoundation.org/donate ){ .card-link title=Contribute }
2024-02-18 13:31:23 +00:00
</details>
</div>
2023-04-11 17:41:10 +00:00
## 文件同步
### Nextcloud (客戶端-伺服器)
2024-02-18 13:31:23 +00:00
<div class="admonition recommendation" markdown>
2024-08-01 23:32:20 +00:00
{ align=right }
2024-02-18 13:31:23 +00:00
2024-08-01 23:32:20 +00:00
**Nextcloud** is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control.
2024-02-18 13:31:23 +00:00
[:octicons-home-16: Homepage ](https://nextcloud.com ){ .md-button .md-button--primary }
[:octicons-eye-16: ](https://nextcloud.com/privacy ){ .card-link title="Privacy Policy" }
2024-03-13 04:31:23 +00:00
[:octicons-info-16: ](https://nextcloud.com/support ){ .card-link title=Documentation}
2024-02-18 13:31:23 +00:00
[:octicons-code-16: ](https://github.com/nextcloud ){ .card-link title="Source Code" }
2024-03-13 04:31:23 +00:00
[:octicons-heart-16: ](https://nextcloud.com/contribute ){ .card-link title=Contribute }
2024-02-18 13:31:23 +00:00
<details class="downloads" markdown>
2024-07-15 05:12:08 +00:00
<summary>Downloads</summary>
2024-02-18 13:31:23 +00:00
- [:simple-googleplay: Google Play ](https://play.google.com/store/apps/details?id=com.nextcloud.client )
- [:simple-appstore: App Store ](https://apps.apple.com/app/id1125420102 )
- [:simple-github: GitHub ](https://github.com/nextcloud/android/releases )
2024-07-15 05:12:08 +00:00
- [:fontawesome-brands-windows: Windows ](https://nextcloud.com/install/#install-clients )
2024-02-18 13:31:23 +00:00
- [:simple-apple: macOS ](https://nextcloud.com/install/#install-clients )
- [:simple-linux: Linux ](https://nextcloud.com/install/#install-clients )
</details>
</div>
<div class="admonition danger" markdown>
<p class="admonition-title">Danger "危險"</p>
我們不建議使用 Nextcloud [E2EE App ](https://apps.nextcloud.com/apps/end_to_end_encryption ) ,因為它可能會導致資料丟失;目前它仍是高度實驗性,未達穩定品質。
</div>
2023-04-11 17:41:10 +00:00
### Syncthing ( P2P )
2024-02-18 13:31:23 +00:00
<div class="admonition recommendation" markdown>
{ align=right }
**Syncthing** 是一個開源的點對點連續檔案件同步實用程式。 它可用在本地網路或網際網路的多個設備之間同步檔案。 Syncthing 不使用集中式伺服器;它使用 [Block Exchange Protocol ](https://docs.syncthing.net/specs/bep-v1.html#bep-v1 ) 在裝置之間傳輸資料。 所有資料都使用 TLS 加密。
[:octicons-home-16: Homepage ](https://syncthing.net ){ .md-button .md-button--primary }
[:octicons-info-16: ](https://docs.syncthing.net ){ .card-link title=Documentation}
[:octicons-code-16: ](https://github.com/syncthing ){ .card-link title="Source Code" }
2024-03-13 04:31:23 +00:00
[:octicons-heart-16: ](https://syncthing.net/donations ){ .card-link title=Contribute }
2024-02-18 13:31:23 +00:00
<details class="downloads" markdown>
2024-07-15 05:12:08 +00:00
<summary>Downloads</summary>
2024-02-18 13:31:23 +00:00
- [:simple-googleplay: Google Play ](https://play.google.com/store/apps/details?id=com.nutomic.syncthingandroid )
2024-07-15 05:12:08 +00:00
- [:fontawesome-brands-windows: Windows ](https://syncthing.net/downloads )
2024-03-13 04:31:23 +00:00
- [:simple-apple: macOS ](https://syncthing.net/downloads )
- [:simple-linux: Linux ](https://syncthing.net/downloads )
- [:simple-freebsd: FreeBSD ](https://syncthing.net/downloads )
2024-02-18 13:31:23 +00:00
</details>
</div>
2023-04-11 17:41:10 +00:00
### 標準
**請注意,我們所推薦專案沒有任何瓜葛。 * * 除了 [標準準則 ](about/criteria.md )外,我們還發展出一套明確要求以提出客觀建議。 我們建議您在選擇使用項目之前先熟悉此列表,並進行自己的研究,以確保它是您的正確選擇。
#### 最低合格要求
- 必須不需要第三方遠端/雲端伺服器。
- 必須是開源軟體。
- 必須有 Linux、macOS 和 Windows 用戶端;或 Web 網頁界面。
#### 最好的情况
最佳案例標準代表了我們希望從這個類別的完美項目應具備的功能。 推薦產品可能沒有此功能,但若有這些功能則會讓排名更為提高。
2024-08-25 04:34:54 +00:00
- Should have mobile clients for iOS and Android which at least support document previews.
- Should support photo backups from iOS and Android, and optionally support file/folder sync on Android.
[^1]: Proton Drive allows you to [share files or folders ](https://proton.me/support/drive-shareable-link ) by generating a shareable public link or sending a unique link to a designated email address. Public links can be protected with a password, set to expire, and completely revoked, while links shared via email can have custom permissions and be similarly revoked. Per Proton Drive's [privacy policy ](https://proton.me/drive/privacy-policy ), file contents, file and folder names, and thumbnail previews are end-to-end encrypted.
[^2]: With a [premium ](https://bitwarden.com/help/about-bitwarden-plans/#compare-personal-plans ) subscription, [Bitwarden Send ](https://bitwarden.com/products/send ) allows you to share files and text securely with [end-to-end encryption ](https://bitwarden.com/help/send-encryption ). A [password ](https://bitwarden.com/help/send-privacy/#send-passwords ) can be required along with the Send link. Bitwarden Send also features [automatic deletion ](https://bitwarden.com/help/send-lifespan ).