Hi guys,
I can’t see in the GUI the folder I uploaded to IPFS using ipfs add -r myFolder/
. It shows me that the data is being hosted, but the Files section is empty.
Any ideas?
Thanks!
Hi guys,
I can’t see in the GUI the folder I uploaded to IPFS using ipfs add -r myFolder/
. It shows me that the data is being hosted, but the Files section is empty.
Any ideas?
Thanks!
Those are two separate things. If you want to see what you added in that section, use the following command to copy a reference to it there:
ipfs files cp --help
The Files section show the files had copy to Unixfs.
ipfs add
command just add the file to the ipfs network.
if you want to the files show in Files section, run ipfs files cp
command