![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
DESCRIPTION
Either program may originate the TCP connection which is used for the transfer; whichever program is supplied with the remote-ip argument will be the originator. The other program is expected to have already been started, with no remote-ip argument, causing it to await a connection from the peer. These programs are often useful in conjunction with archiving programs such as tar(1). The options are as follows: EXAMPLESTo transfer the directory hierarchy
[machineB] $ suck | tar xvf - and then on machine A: [machineA] $ tar cvf - mystuff | blow machineB If machine B was behind a firewall, you could do this instead: [machineA] $ tar cvf - mystuff | blow and then on machine B: [machineB] $ suck machineA | tar xvf - SEE ALSOAUTHORSArchie Cobbs ⟨archie@whistle.com⟩
|