tftp.1 (da52b4caaf187775f6b56a72c6b16e94ad728f7b) | tftp.1 (e5660633d3e6f818238a34325770e30a0bedbe06) |
---|---|
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. --- 160 unchanged lines hidden (view full) --- 169.It Cm verbose 170Toggle verbose mode. 171.El 172.Sh HISTORY 173The 174.Nm 175command appeared in 176.Bx 4.3 . | 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. --- 160 unchanged lines hidden (view full) --- 169.It Cm verbose 170Toggle verbose mode. 171.El 172.Sh HISTORY 173The 174.Nm 175command appeared in 176.Bx 4.3 . |
177.Sh BUGS | 177.Sh NOTES |
178Because there is no user-login or validation within 179the 180.Tn TFTP 181protocol, the remote site will probably have some 182sort of file-access restrictions in place. 183The 184exact methods are specific to each site and therefore 185difficult to document here. 186.Pp 187Files larger than 33488896 octets (65535 blocks) cannot be transferred | 178Because there is no user-login or validation within 179the 180.Tn TFTP 181protocol, the remote site will probably have some 182sort of file-access restrictions in place. 183The 184exact methods are specific to each site and therefore 185difficult to document here. 186.Pp 187Files larger than 33488896 octets (65535 blocks) cannot be transferred |
188without client and server supporting blocksize negotiation (RFC1783). | 188without client and server supporting the TFTP blocksize option (RFC2348), 189or the non-standard TFTP rollover option. |