croc/README.md

19 lines
410 B
Markdown
Raw Normal View History

2018-07-07 15:46:40 +02:00
```
2019-11-13 16:50:31 +01:00
On one computer do:
2019-11-13 16:52:06 +01:00
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
2019-11-11 19:43:46 +01:00
2019-11-13 16:50:31 +01:00
On another computer do:
2019-11-12 01:59:22 +01:00
2019-11-13 16:52:06 +01:00
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"
```
2019-11-11 19:43:46 +01:00