Make question "11.21. How can I run zmodem with tip?" a little

more realistic.
This commit is contained in:
Tim Vanderhoek 1997-10-12 21:19:05 +00:00
parent 4369b2fb3a
commit 47b133b71a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2055

View file

@ -1,12 +1,12 @@
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
<!-- $Id: FAQ.sgml,v 1.83 1997-10-12 18:49:11 wosch Exp $ -->
<!-- $Id: FAQ.sgml,v 1.84 1997-10-12 21:19:05 hoek Exp $ -->
<article>
<title>Frequently Asked Questions for FreeBSD 2.X
<author>Please send submissions to <tt><htmlurl url='mailto:faq@freebsd.org'
name='&lt;faq@freebsd.org&gt;'></tt>
<date>$Date: 1997-10-12 18:49:11 $</date>
<date>$Date: 1997-10-12 21:19:05 $</date>
<abstract>
This is the FAQ for FreeBSD systems version 2.X All entries are
@ -4366,11 +4366,20 @@ domain foo.bar.edu
<sect1>
<heading>How can I run zmodem with <tt/tip/?</heading>
<p>
First, install one of the zmodem programs from the ports
collection (such as one of the two from the comms category,
<htmlurl url="http://www.freebsd.org/cgi/ports.cgi?^lrzsz"
name="lrzsz"> and
<htmlurl url="http://www.freebsd.org/cgi/ports.cgi?^rzsz"
name="rzsz">).
To receive files, start the sending program on the remote end.
Then, type ``<tt/~C rz/'' to begin receiving them locally.
Then, press enter and type ``<tt/~C rz/'' (or ``<tt/~C lrz/'' if
you installed lrzsz) to begin receiving them locally.
To send files, start the receiving program on the remote end.
Then, type ``<tt/~C sz &lt;files&gt;/'' to send them to the
Then, press enter and type ``<tt/~C sz &lt;files&gt;/'' (or
``<tt/~C lsz &lt;files&gt;/'') to send them to the
remote system.
</sect>