|
NAME
SYNOPSIS
DESCRIPTIONThe A typical use-case is where both workstations are separated by a Firewall or NAT and not able to establish a direct connection between each other. OPTIONS
See gs-netcat(1) for more options. EXAMPLESListen for clients with password ´MySecret´: $ mkdir /tmp/foo && cd
/tmp/foo$ blitz -s MySecret -lCopy 'file.dat' to /tmp/foo/file.dat on the server: $ blitz -s MySecret
file.datCopy '/etc/ssh/ssh*config' to /tmp/foo/etc/ssh/ on the server: $ blitz -s MySecret
/etc/ssh/ssh*configIt is also possible to limit the amount of path information that is sent as implied directories for each path you specify. You can insert a dot and a slash into the source path, like this: $ blitz -s MySecret
/etc/./ssh/ssh*configCopy recursively and limit bandwidth to 10kB/sec: $ blitz -s MySecret -o
´RSOPT=--bwlimit=10´ /usr/./shareCopy the entire root file-system: $ blitz -s MySecret -o
´RSOPT=-x´ /Copy specific files read from standard input: $ find . -name '*.conf' |
blitz -s MySecret -f -Run a permanent server (daemon) through TOR: $ blitz -s MySecret -l -D
-TENVIRONMENTSee gs-netcat(1) for a list of supported environment variables. SEE ALSOBUGSEfforts have been made to have
|