This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
The file added by node.js can't be get/cat on other nodes #957
Closed
Description
- Version: 0.25.1
- Platform:mac osX
- Subsystem:
Type: Question
Severity: Medium
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!!!!!