ipfs / ipget

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

Expose '--node, -n' CLI option. #38

Closed hackergrrl closed 8 years ago

hackergrrl commented 8 years ago

This lets the user control what IPFS node is used. 'local' will attempt to locate an IPFS node on the current machine, 'spawn' will create an ephemeral node that does default bootstrapping, and 'fallback' will try the 'local' and then 'spawn' strategies, in that order.