60643d379b
(Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson.
67 lines
1.4 KiB
Groff
67 lines
1.4 KiB
Groff
.\" from: tftp.1,v 4.1 89/01/23 11:36:23 jtkohl Exp $
|
|
.\" $Id: tftp.1,v 1.2 1994/07/19 19:28:07 g89r4222 Exp $
|
|
.\" Copyright 1989 by the Massachusetts Institute of Technology.
|
|
.\"
|
|
.\" For copying and distribution information,
|
|
.\" please see the file <Copyright.MIT>.
|
|
.\"
|
|
.TH TFTP 1 "Kerberos Version 4.0" "MIT Project Athena"
|
|
.SH NAME
|
|
tftp \- trivial file transfer protocol
|
|
.SH SYNOPSIS
|
|
.B tftp
|
|
-action localname host foreignname [mode]
|
|
.SH DESCRIPTION
|
|
If
|
|
.I action
|
|
is
|
|
.B w,
|
|
.B p,
|
|
or
|
|
.B ap,
|
|
.I tftp
|
|
writes the local file, called localname, onto the foreign host's
|
|
file system as foreignname. If
|
|
.I action
|
|
is
|
|
.B ap,
|
|
Kerberos authentication is used.
|
|
Note that foreignname must be quoted if it
|
|
contains shell special characters. If
|
|
.I action
|
|
is
|
|
.B r,
|
|
.B g,
|
|
or
|
|
.B ag,
|
|
.I tftp
|
|
reads foreign host's file foreignname into the local file,
|
|
localname. If
|
|
.I action
|
|
is
|
|
.B ag,
|
|
Kerberos authentication is used.
|
|
.I Tftp
|
|
will not supersede or overwrite existing local files, however; to do so,
|
|
use
|
|
.I action
|
|
.B o.
|
|
.sp 2
|
|
.I Mode
|
|
may be
|
|
.B netascii,
|
|
or
|
|
.B image.
|
|
Netascii, the default mode, transfers
|
|
the file as standard ascii characters. Image mode transfers
|
|
the file in binary, with no character conversion.
|
|
.sp 1
|
|
If Kerberos authentication is not used with
|
|
.B tftp,
|
|
access will be denied unless the remote and local host are on the same
|
|
local-area network.
|
|
.SH "SEE ALSO"
|
|
.nf
|
|
\fIInternet Protocol Handbook\fR
|
|
kerberosintro(1)
|