bash-tutorial/tutorial/croc.org

682 B

Send files to another machine with "croc"

Installing in Parabola-GNU/linux

  pacman -S croc

Let's say that you have a file called 'clown.txt' and you want to send to another machine.

Run in the shell the following command:

  croc send clown.txt

This will give you a code

> Code is 34-04-paprika-sugar-micro
> On the other computer run
> croc 34-04-paprika-sugar-micro

Then, just send the code to the user in the second machine. Including that code should let the file be trasfered.

More info about croc in Github repo