mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
|
nbdkit \
|
||
|
--unix /tmp/statedir-1/nbdkit-test-disk-1.socket \
|
||
|
--foreground \
|
||
|
--readonly curl \
|
||
|
protocols=ftps \
|
||
|
url=ftps://host.name:990/url/path/file.iso \
|
||
|
user=testuser \
|
||
|
password=-777
|