Update Question 15.19:

- Point to Handbook

Reviewed by:  trhodes
Approved by:  gabor
This commit is contained in:
Gabor Pali 2008-07-05 02:59:44 +00:00
parent d0b5c5cec2
commit 28c796df33
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32467

View file

@ -9710,17 +9710,9 @@ hint.sio.7.irq="12"</programlisting>
</question>
<answer>
<para>If you are talking to another &unix; system, you can
send and receive files with <literal>~p</literal> (put)
and <literal>~t</literal> (take). These commands run
&man.cat.1; and &man.echo.1; on the remote system to
accept and send files. The syntax is:</para>
<programlisting>~p &lt;local-file&gt; [&lt;remote-file&gt;]
~t &lt;remote-file&gt; [&lt;local-file&gt;]</programlisting>
<para>There is no error checking, so you probably should use
another protocol, like zmodem.</para>
<para>See <ulink
url="&url.books.handbook;/dialout.html#AEN31159">this answer</ulink>
in the &os; Handbook.</para>
</answer>
</qandaentry>