summaryrefslogtreecommitdiff
path: root/usr.bin/tftp
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2011-06-16 02:27:05 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2011-06-16 02:27:05 +0000
commite5660633d3e6f818238a34325770e30a0bedbe06 (patch)
tree7948416c42c153215ff66b08e05dac510b62854b /usr.bin/tftp
parent2575b4717b7566baa50fc251ccf42e6e1dabc6cf (diff)
downloadsrc-test2-e5660633d3e6f818238a34325770e30a0bedbe06.tar.gz
src-test2-e5660633d3e6f818238a34325770e30a0bedbe06.zip
Clarify that the TFTP blocksize (RFC2348) or non-standard
TFTP rollover option can be used to transfer larger files.
Notes
Notes: svn path=/head/; revision=223137
Diffstat (limited to 'usr.bin/tftp')
-rw-r--r--usr.bin/tftp/tftp.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1
index 29acdad70418..bf8720b87b6b 100644
--- a/usr.bin/tftp/tftp.1
+++ b/usr.bin/tftp/tftp.1
@@ -174,7 +174,7 @@ The
.Nm
command appeared in
.Bx 4.3 .
-.Sh BUGS
+.Sh NOTES
Because there is no user-login or validation within
the
.Tn TFTP
@@ -185,4 +185,5 @@ exact methods are specific to each site and therefore
difficult to document here.
.Pp
Files larger than 33488896 octets (65535 blocks) cannot be transferred
-without client and server supporting blocksize negotiation (RFC1783).
+without client and server supporting the TFTP blocksize option (RFC2348),
+or the non-standard TFTP rollover option.