You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Description: I can't find the file that I added by node.js, I used to get the file by
node1 -> ipfs.io gateway (use https://ipfs.io/ipfs/--hash--) -> node2
but when I use this way to transfer files previous times, I failed.
I can't cat my files on the ipfs.io gateway(use https://ipfs.io/ipfs/--hash--)
Is there other way to transfer files from node1 to node2 by hash, or has some tips to solve my problem?
I want to use a node to add files and another node to get files on the node.js
thanks!!!!!