mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
update readme
This commit is contained in:
parent
2da7fa22ad
commit
e29179dd9c
1 changed files with 5 additions and 4 deletions
|
@ -14,15 +14,16 @@ Status"></a>
|
||||||
|
|
||||||
<p align="center"><code>curl https://getcroc.schollz.com | bash</code></p>
|
<p align="center"><code>curl https://getcroc.schollz.com | bash</code></p>
|
||||||
|
|
||||||
`croc` is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, this is the only CLI file-transfer tool that:
|
`croc` is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, *croc* is the only CLI file-transfer tool does **all** of the following:
|
||||||
|
|
||||||
- enables **cross-platform** transfers (Windows, Linux, Mac)
|
- allows **any two computers** to transfer data (using a relay)
|
||||||
- enables secure **peer-to-peer** transferring (through a relay)
|
- provides **end-to-end encryption** (using PAKE)
|
||||||
|
- enables easy **cross-platform** transfers (Windows, Linux, Mac)
|
||||||
- allows **multiple file** transfers
|
- allows **multiple file** transfers
|
||||||
- allows **resuming transfers** that are interrupted
|
- allows **resuming transfers** that are interrupted
|
||||||
- does *not* require a server or port-forwarding
|
- does *not* require a server or port-forwarding
|
||||||
|
|
||||||
For more information on how `croc` works, see [my blog post](https://schollz.com/software/croc6).
|
For more information about `croc`, see [my blog post](https://schollz.com/software/croc6).
|
||||||
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue