Command Line Interface¶
After installing, this toolkit provides a two command line utilities
$ zget
and
$ zput
Upload¶
zput knows a few parameters that allow you to set the behaviour to
your needs:
-a ADDRESSlets you manually set the IP address to broadcast and bind to (e.g.192.168.0.1)-i INTERFACElets you manually select the network card to broadcast on (e.g.eth0)-p PORTlets you manually select the port to open. (e.g.8080)-v(one or more) lets you increase verbosity, to debug failing connections.-qlets you hide the progress bar, for batch processing.-t SECONDSlets you set a timeout after which the transfer is aborted and a non-zero exit value is returned-VShow version number and exit.-hShow help and exit.
Download¶
zget knows a few parameters that allow you to set the behaviour to
your needs:
-v(one or more) lets you increase verbosity, to debug failing connections.-qlets you hide the progress bar, for batch processing.-t SECONDSlets you set a timeout after which the transfer is aborted and a non-zero exit value is returned-VShow version number and exit.-hShow help and exit.
Note
Each unit provides a help-switch -h to investigate its parameters.