Skip to content

Commit

Permalink
file_transfer: fix node name
Browse files Browse the repository at this point in the history
  • Loading branch information
barraguda committed Jan 25, 2024
1 parent 6b4c80d commit d9fca02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cookbook/file_transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ kit s -p 8081
and then placing files in the `/vfs/file_transfer:file_transfer/files/` directory of the second (the `--home` dir path is specified as an argument to `boot-fake-node`), and sending a request from the first:

```
/m fake.os@file_transfer:file_transfer:template.os "ListFiles"
/m fake2.os@file_transfer:file_transfer:template.os "ListFiles"
```

You should see a printed response.
Expand Down

0 comments on commit d9fca02

Please sign in to comment.