Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ WebRTCを使ったP2Pファイル共有ツール。サーバーを経由せず

転送にはSHA-256チェックサムが含まれます。受信側はダウンロードしたバイト列が送信側のチェックサムと一致した場合だけ完了として扱います。

転送が途中で切れた場合、受信側のプロセスまたはブラウザページが生きている間は同じルーム内で途中から再開できます。CLIの再起動やページ再読み込み後は最初から転送します。

### クイックスタート

```sh
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Send and receive files directly from your terminal. Works with browsers and othe

Transfers include a SHA-256 checksum. Receivers only mark the file complete after the downloaded bytes match the sender's checksum.

Interrupted transfers can resume within the same room while the receiver process or browser page is still running. Restarting the CLI or reloading the page starts the transfer from the beginning.

### Quick Start

```sh
Expand Down
Loading
Loading