diff options
Diffstat (limited to 'src/usr.bin/nc/scripts/ncp')
-rw-r--r-- | src/usr.bin/nc/scripts/ncp | 2 |
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 |