tftpd.8 (86a04a0cc7096b8d4cf6209ae49fd8dce7e365f3) | tftpd.8 (e5660633d3e6f818238a34325770e30a0bedbe06) |
---|---|
1.\" Copyright (c) 1983, 1991, 1993 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. --- 239 unchanged lines hidden (view full) --- 248.Fx 7.4 . 249.Pp 250Support for Timeout Interval and Transfer Size Options (RFC2349) 251was introduced in 252.Fx 5.0 , 253support for the TFTP Blocksize Option (RFC2348) and the blksize2 option 254was introduced in 255.Fx 7.4 . | 1.\" Copyright (c) 1983, 1991, 1993 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. --- 239 unchanged lines hidden (view full) --- 248.Fx 7.4 . 249.Pp 250Support for Timeout Interval and Transfer Size Options (RFC2349) 251was introduced in 252.Fx 5.0 , 253support for the TFTP Blocksize Option (RFC2348) and the blksize2 option 254was introduced in 255.Fx 7.4 . |
256.Sh BUGS | 256.Sh NOTES |
257Files larger than 33488896 octets (65535 blocks) cannot be transferred | 257Files larger than 33488896 octets (65535 blocks) cannot be transferred |
258without client and server supporting blocksize negotiation (RFC2348). | 258without client and server supporting the the TFTP blocksize option (RFC2348), 259or the non-standard TFTP rollover option. |
259.Pp 260Many tftp clients will not transfer files over 16744448 octets (32767 blocks). | 260.Pp 261Many tftp clients will not transfer files over 16744448 octets (32767 blocks). |