@ -11,10 +11,10 @@ CLI util to operate with large objects in small blocks size
@@ -11,10 +11,10 @@ CLI util to operate with large objects in small blocks size
export FS object to blockchain namespace
```
php driver /put.php processor filename [length]
php kevacoin /put.php processor filename [length]
```
* `processor` - path to kevacoin-cli
* `processor` - path to ` kevacoin-cli`
* `filename` - file path to store in blockchain
* `length` - optional split size, 3072 bytes [max ](https://kevacoin.org/faq.html )
@ -23,9 +23,9 @@ php driver/put.php processor filename [length]
@@ -23,9 +23,9 @@ php driver/put.php processor filename [length]
import namespace to FS location
```
php driver /get.php processor namespace [destination]
php kevacoin /get.php processor namespace [destination]
```
* `processor` - path to kevacoin-cli
* `processor` - path to ` kevacoin-cli`
* `namespace` - hash received from the `put` command
* `destination` - optional file system location, `data/import` by default