Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
RedHat
Solaris
Others
TFTP(1) OpenBSD Reference Manual TFTP(1)
NAME
tftp - trivial file transfer program
SYNOPSIS
tftp [host]
DESCRIPTION
tftp is the user interface to the Internet TFTP (Trivial File Transfer
Protocol), which allows users to transfer files to and from a remote ma-
chine. The remote host may be specified on the command line, in which
case tftp uses host as the default host for future transfers (see the
connect command below).
COMMANDS
Once tftp is running, it issues the prompt `tftp>' and recognizes the
following commands:
? command-name [...]
Print help information.
ascii Shorthand for mode ascii.
binary Shorthand for mode binary.
connect host [port]
Set the host (and optionally port) for transfers. Note that the
TFTP protocol, unlike the FTP protocol, does not maintain con-
nections between transfers; thus, the connect command does not
actually create a connection, but merely remembers what host is
to be used for transfers. You do not have to use the connect
command; the remote host can be specified as part of the get or
put commands.
get filename
get remotename localname
get file [...]
Get a file or set of files from the specified sources. source
can be in one of two forms: a filename on the remote host, if
the host has already been specified, or a string of the form
hosts:filename to specify both a host and filename at the same
time. If the latter form is used, the last hostname specified
becomes the default for future transfers.
mode transfer-mode
Set the mode for transfers; transfer-mode may be one of ascii or
binary. The default is ascii.
put file
put localfile remotefile
put file1 file2 ... fileN remote-directory
Put a file or set of files to the specified remote file or di-
rectory. The destination can be in one of two forms: a filename
on the remote host, if the host has already been specified, or a
string of the form hosts:filename to specify both a host and
filename at the same time. If the latter form is used, the
hostname specified becomes the default for future transfers. If
the remote-directory form is used, the remote host is assumed to
be a UNIX machine.
quit Exit tftp. An end-of-file also exits.
rexmt retransmission-timeout
Set the per-packet retransmission timeout, in seconds.
status Show current status.
timeout total-transmission-timeout
Set the total transmission timeout, in seconds.
trace Toggle packet tracing.
verbose Toggle verbose mode.
BUGS
Because there is no user login or validation within the TFTP protocol,
the remote site will probably have some sort of file access restrictions
in place. The exact methods are specific to each site and therefore dif-
ficult to document here.
HISTORY
The tftp command appeared in 4.3BSD.
OpenBSD 2.6 April 18, 1994 2
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for tftp(1) OpenBSD sources for tftp(1)
Up to: File Transfer Protocol - FTP File Transfer Protocol and variants
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
RedHat
Solaris
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware >
tftp.1/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|