ipfs-pump icon indicating copy to clipboard operation
ipfs-pump copied to clipboard

[enhancement] local file support?

Open kallisti5 opened this issue 3 years ago • 0 comments

Any interest in local file support for this one?

I was looking at https://github.com/ipfs/go-ipfs/issues/7586 and this tool might be a good solution for that use case?

Large (size + file count) local filesystem directory, few changing files.

  1. Calculate CID of each file in local filesystem, ask IPFS node if it already has the file
  2. Doesn't have? ipfs add, does have? Continue
  3. Generate directory CID with correct filenames + CID's

kallisti5 avatar Aug 11 '20 15:08 kallisti5