ipfs / ipget

Retrieve files over IPFS and save them locally.
MIT License
388 stars 54 forks source link

feat: Unixfs1.5 mode and modification time support #150

Closed gammazero closed 2 days ago

gammazero commented 1 month ago

Apply unix mode and modification time to files.

Uses kubo and boxo with for Unixfs 1.5 to provide support for mode and modification time. If a retrieved file has mode and/or mod time, these values are applied to the saved file.

This demonstrates that kubo/client/rpc is working.

Additional tests show that kubo/client/rpc works over a unix domain socket.