summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/scripts/ncp
diff options
context:
space:
mode:
authorniklas <>2001-01-29 01:58:13 +0000
committerniklas <>2001-01-29 01:58:13 +0000
commit68c2927b4d7475ddf9a91438c0df0a7d9802de22 (patch)
tree10c67593dede55bcdae3d042703f1bc8d7be7b69 /src/usr.bin/nc/scripts/ncp
parent46a814f96f796de57f11453f27b50a067b7702c3 (diff)
downloadopenbsd-68c2927b4d7475ddf9a91438c0df0a7d9802de22.tar.gz
openbsd-68c2927b4d7475ddf9a91438c0df0a7d9802de22.tar.bz2
openbsd-68c2927b4d7475ddf9a91438c0df0a7d9802de22.zip
$OpenBSD$
Diffstat (limited to 'src/usr.bin/nc/scripts/ncp')
-rw-r--r--src/usr.bin/nc/scripts/ncp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr.bin/nc/scripts/ncp b/src/usr.bin/nc/scripts/ncp
index 1931b03385..be87e9343b 100644
--- a/src/usr.bin/nc/scripts/ncp
+++ b/src/usr.bin/nc/scripts/ncp
@@ -1,4 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# $OpenBSD: ncp,v 1.2 2001/01/29 01:58:13 niklas Exp $
3
2## Like "rcp" but uses netcat on a high port. 4## Like "rcp" but uses netcat on a high port.
3## do "ncp targetfile" on the RECEIVING machine 5## do "ncp targetfile" on the RECEIVING machine
4## then do "ncp sourcefile receivinghost" on the SENDING machine 6## then do "ncp sourcefile receivinghost" on the SENDING machine