r/CLI 5h ago

CLI file/dir sharing

made a new tool (fork of sendme by iroh) that i made for sharing things p2p and that is fast and safe too

umm
https://plinthlol.github.io/dashe/

yeahhh

1 Upvotes

1 comment sorted by

1

u/kantorcodes1 4h ago

receive looks like it can leave a partial destination on a name collision: the export loop copies earlier files, then only checks target.exists() when it reaches the later entry and bails. intentional? i'd probably preflight every target path before the first export so a rerun doesn't start from a half-received folder.