Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NKid/croc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Easily and securely send things from one computer to another 🐊 📦

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 88.3%
  • Shell 11.3%
  • Other 0.4%