Can't see uploaded files

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!

1 Like

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

2 Likes

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

2 Likes