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