Hi all I would love some help. Pretty new to IPFS however I managed to
- setup Ubuntu on AWS
- Install IPFS using the Terminal
- Run the daemon
I have also installed IPFS desktop and have some files pinned there. My idea is to copy the CID of thoses files and pin it using the AWS server. Much like you could also do if your upload files with IPFS desktop and pin them in Pinata.
**~/go-ipfs** $ ipfs add QmbKQuknzkoYFzLe8UpcWFUH1Mx7DZrT2j2M8NPEizmE3F
Error: lstat QmbKQuknzkoYFzLe8UpcWFUH1Mx7DZrT2j2M8NPEizmE3F: no such file or directory
I found on the IPFS docs
ipfs add <path>... - Add a file or directory to IPFS.
As seen above this gave me an error. Note I’m trying to add a directory with files in it not a single file.
Would love to have the right command with an example and some explaination what I missed here.
Thank in advance