tftp-blksize.d 467 B

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