Croc介紹

原連結
https://schollz.com/software/croc/

一個由go 寫成,跨平台的檔案傳輸軟體

傳輸的方式很簡單,只要兩台電腦都安裝有croc

傳輸方 $ croc send FileName

程式會產出一組文字 [code phrase]

接收方 $ croc [code phrase]

這樣就可以囉

傳送方也可以自訂 code phrase

1
$ croc send --code [code phrase] FileName

安裝:

Croc Github
- Linux
$ curl https://getcroc.schollz.com | bash

- Windows
    利用Powershell 開始
    $ scoop install croc

詳細的說明可以參考創作者的連結。

有興趣的可以試試看