Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
this file is about where your stored files will appear on your ipfs node

## How to find your files on IPFS
If you want to get the files in your connected directory. Type the followqing to get a list of all files & directories.
If you want to get the files in your connected directory. Type the following to get a list of all files & directories.
Where `{directory}` is the directory you entered in the `Subfolder` in the settings.

`ipfs files ls /{directory}`

To get the hash of a file you can use

`ipfs files stat /{directory}/{filename}`
`ipfs files stat /{directory}/{filename}`