1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH TFTP "1" "December 2025" "GNU inetutils 2.7" "User Commands"
.SH NAME
tftp \- TFTP client
.SH SYNOPSIS
.B tftp
[\fI\,OPTION\/\fR...] [\fI\,HOST \/\fR[\fI\,PORT\/\fR]]
.SH DESCRIPTION
Trivial file transfer protocol client
.TP
\fB\-v\fR, \fB\-\-verbose\fR
verbose output
.TP
\-?, \fB\-\-help\fR
give this help list
.TP
\fB\-\-usage\fR
give a short usage message
.TP
\fB\-V\fR, \fB\-\-version\fR
print program version
.SH AUTHOR
Written by many authors.
.SH "REPORTING BUGS"
Report bugs to <bug\-inetutils@gnu.org>.
.SH COPYRIGHT
Copyright \(co 2025 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
The full documentation for
.B tftp
is maintained as a Texinfo manual. If the
.B info
and
.B tftp
programs are properly installed at your site, the command
.IP
.B info tftp
.PP
should give you access to the complete manual.
|