Easily and securely send things from one computer to another 🐊 📦
Go to file
Zack Scholl 5df9c0e53f tidY' 2019-11-14 07:59:34 -08:00
src increase packet size 2019-11-13 14:52:52 -08:00
README.md update 2019-11-13 07:52:06 -08:00
go.mod use master 2019-11-14 07:59:01 -08:00
go.sum tidY' 2019-11-14 07:59:34 -08:00
main.go update address 2019-11-13 07:30:04 -08:00

On one computer do:

git clone https://github.com/schollz/croc.git && cd croc && git checkout v7
go build -v
cp croc croc1 # this is the file for sending, ~ 20 MB
./croc --send


On another computer do:

git clone https://github.com/schollz/croc.git && cd croc && git checkout v7
go build -v
./croc --receive

If the transfer goes through then the sender will say "transfering file"