diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2011-06-16 02:27:05 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2011-06-16 02:27:05 +0000 |
commit | e7bd1fef9cf6868b8c2c9ffc89f8b27c210c8c53 (patch) | |
tree | 7948416c42c153215ff66b08e05dac510b62854b /usr.bin | |
parent | c3892e31fd026a47efa458c3a50440b64cb4e535 (diff) | |
download | FreeBSD-src-e7bd1fef9cf6868b8c2c9ffc89f8b27c210c8c53.zip FreeBSD-src-e7bd1fef9cf6868b8c2c9ffc89f8b27c210c8c53.tar.gz |
Clarify that the TFTP blocksize (RFC2348) or non-standard
TFTP rollover option can be used to transfer larger files.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tftp/tftp.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1 index 29acdad..bf8720b 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. |