Can not access file with shared link for index-t.html and new file.txt
I am using ipfs client in my ubuntu 18.04
Can not access file with shared link for index-t.html and new file.txt
I am using ipfs client in my ubuntu 18.04
What do you mean by âcannot accessâ? Did you maybe also run a CLI command to check and see if you can get the file that way? What output error did it show?
I wanted to share a file, so uploaded to the ipfs-desktop, clicked on share link
and copied the link, sent the link (https://ipfs.io/ipfs/QmZfsFFTa2sT35X5HUng9p8fPFH6svHPfXRvtXMzXQzd6z?filename=new%20file.txt) to my friend. Now he should be able to get the file when he goes to this link, but he can not. then i tried the link on my browser and i also can not get the file in the link, it keeps loading
The diagnostic steps would be: try CLI and check network reach-ability between the two machines:
This will narrow down the source to one of: low level bug, IPFS Desktop client but, or network problem.
I am facing another problem, which i guess can solve both problem. From machine A i have uploaded file, but can not access from B. When from B i try
ipfs swarm connect /ip4/103.239.255.54/tcp/4001/p2p/my_hash
i get this
Error: connect my_hash failure: failed to dial my_hash: all dials failed
* [/ip4/103.239.255.54/tcp/4001] dial tcp4 0.0.0.0:4001->192.168.0.105:4001: i/o timeout
ping 103.239.255.54:4001
doesnt response
Can you please help me regarding this?
Iâm not experienced with âswarmâ stuff, so thatâs not something I know about. However, you didnât actually run it with âmy_hashâ right? I guess you had your actual hash there when you ran it?