From 09632ab08c4d65818f823803cc529204363d50b2 Mon Sep 17 00:00:00 2001 From: asmodai Date: Fri, 2 Feb 2001 10:53:02 +0000 Subject: Fix tftpd and tftp to support file transfers of over 65535 blocks (about 31 MB - 32 MB). Submitted (partially) by: Pascal Hofstee --- usr.bin/tftp/tftp.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.bin/tftp/tftp.1') diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1 index 15eab98..0c75272 100644 --- a/usr.bin/tftp/tftp.1 +++ b/usr.bin/tftp/tftp.1 @@ -167,6 +167,9 @@ protocol, the remote site will probably have some sort of file-access restrictions in place. The 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). .Sh HISTORY The .Nm -- cgit v1.1