toss
toss copied to clipboard
Dead simple LAN file transfers from the command line
This fixes #1 It reorganizes the while loop to have interleaving IPv6 and IPv4 (as intended) while fixing the assumption that n_ipv6 == n_ipv4. The bug can probably be reproduced...
It's not working, fail message is: catch: no addresses worked! bad token or no network path? I was trying to transfer from my Raspberry PI connected to router by cable...
Hi! I think I've found some bug, which makes toss unusable. I've applied following patch: ``` diff --git a/catch.c b/catch.c index 6cdd654..e95e5e3 100644 --- a/catch.c +++ b/catch.c @@ -111,6 +111,7...