3 examples for sshbook
# Run a command on the host
sshbook host command
# Transfer a file to host
sshbook -t file host:/dest-dir
# Transfer a file from the host
sshbook -t host:/path/to/file .
# Transfer a folder to the home directory on the host
sshbook -t -r folder host