tftp.1 (7847e04111f2c2b06b36f6d19a46d78814d7836d) tftp.1 (fdf929ff91d432d17c4d7d0aa0f9995fffe6fa8e)
1.\" Copyright (c) 1990, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)tftp.1 8.2 (Berkeley) 4/18/94
29.\" $FreeBSD$
30.\"
1.\" Copyright (c) 1990, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)tftp.1 8.2 (Berkeley) 4/18/94
29.\" $FreeBSD$
30.\"
31.Dd Aug 22, 2018
31.Dd March 2, 2020
32.Dt TFTP 1
33.Os
34.Sh NAME
35.Nm tftp
36.Nd trivial file transfer program
37.Sh SYNOPSIS
38.Nm
39.Op Ar host Op Ar port

--- 171 unchanged lines hidden (view full) ---

211.It Cm timeout Ar total-transmission-timeout
212Set the total transmission timeout, in seconds.
213.Pp
214.It Cm trace
215Toggle packet tracing.
216.Pp
217.It Cm verbose
218Toggle verbose mode.
32.Dt TFTP 1
33.Os
34.Sh NAME
35.Nm tftp
36.Nd trivial file transfer program
37.Sh SYNOPSIS
38.Nm
39.Op Ar host Op Ar port

--- 171 unchanged lines hidden (view full) ---

211.It Cm timeout Ar total-transmission-timeout
212Set the total transmission timeout, in seconds.
213.Pp
214.It Cm trace
215Toggle packet tracing.
216.Pp
217.It Cm verbose
218Toggle verbose mode.
219.Pp
220.It Cm windowsize Op Ar size
221Sets the TFTP windowsize option in TFTP Read Request or Write Request packets to
222.Op Ar size
223blocks as specified in RFC 7440.
224Valid values are between 1 and 65535.
225If no windowsize is specified,
226then the default windowsize of 1 block will be used.
219.El
220.Sh SEE ALSO
221.Xr tftpd 8
222.Pp
223The following RFC's are supported:
224.Rs
225.%T RFC 1350: The TFTP Protocol (Revision 2)
226.Re

--- 4 unchanged lines hidden (view full) ---

231.%T RFC 2348: TFTP Blocksize Option
232.Re
233.Rs
234.%T RFC 2349: TFTP Timeout Interval and Transfer Size Options
235.Re
236.Rs
237.%T RFC 3617: Uniform Resource Identifier (URI) Scheme and Applicability Statement for the Trivial File Transfer Protocol (TFTP)
238.Re
227.El
228.Sh SEE ALSO
229.Xr tftpd 8
230.Pp
231The following RFC's are supported:
232.Rs
233.%T RFC 1350: The TFTP Protocol (Revision 2)
234.Re

--- 4 unchanged lines hidden (view full) ---

239.%T RFC 2348: TFTP Blocksize Option
240.Re
241.Rs
242.%T RFC 2349: TFTP Timeout Interval and Transfer Size Options
243.Re
244.Rs
245.%T RFC 3617: Uniform Resource Identifier (URI) Scheme and Applicability Statement for the Trivial File Transfer Protocol (TFTP)
246.Re
247.Rs
248.%T RFC 7440: TFTP Windowsize Option
249.Re
239.Pp
240The non-standard
241.Cm rollover
242and
243.Cm blksize2
244TFTP options are mentioned here:
245.Rs
246.%T Extending TFTP

--- 26 unchanged lines hidden ---
250.Pp
251The non-standard
252.Cm rollover
253and
254.Cm blksize2
255TFTP options are mentioned here:
256.Rs
257.%T Extending TFTP

--- 26 unchanged lines hidden ---