mirror of
https://github.com/corda/corda.git
synced 2025-06-03 08:00:57 +00:00
Command should not have leading slash. (#3534)
This commit is contained in:
parent
0670634bad
commit
0de7c2aaf4
@ -23,11 +23,11 @@ Uploading and downloading
|
|||||||
To upload an attachment to the node, or download an attachment named by its hash, you use :doc:`clientrpc`. This
|
To upload an attachment to the node, or download an attachment named by its hash, you use :doc:`clientrpc`. This
|
||||||
is also available for interactive use via the shell. To **upload** run:
|
is also available for interactive use via the shell. To **upload** run:
|
||||||
|
|
||||||
``>>> run uploadAttachment jar: /path/to/the/file.jar``
|
``>>> run uploadAttachment jar: path/to/the/file.jar``
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
``>>> run uploadAttachmentWithMetadata jar: /path/to/the/file.jar, uploader: myself, filename: original_name.jar``
|
``>>> run uploadAttachmentWithMetadata jar: path/to/the/file.jar, uploader: myself, filename: original_name.jar``
|
||||||
|
|
||||||
to include the metadata with the attachment which can be used to find it later on. Note, that currently both uploader
|
to include the metadata with the attachment which can be used to find it later on. Note, that currently both uploader
|
||||||
and filename are just plain strings (there is no connection between uploader and the RPC users for example).
|
and filename are just plain strings (there is no connection between uploader and the RPC users for example).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user