1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: tftp-blksize 5Arg: <value> 6Help: Set TFTP BLKSIZE option 7Protocols: TFTP 8Added: 7.20.0 9Category: tftp 10Multi: single 11See-also: 12 - tftp-no-options 13Example: 14 - --tftp-blksize 1024 tftp://example.com/file 15--- 16 17# `--tftp-blksize` 18 19Set the TFTP **BLKSIZE** option (must be 512 or larger). This is the block 20size that curl tries to use when transferring data to or from a TFTP 21server. By default 512 bytes are used. 22