1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: tftp-no-options 5Help: Do not send any TFTP options 6Protocols: TFTP 7Added: 7.48.0 8Category: tftp 9Multi: boolean 10See-also: 11 - tftp-blksize 12Example: 13 - --tftp-no-options tftp://192.168.0.1/ 14--- 15 16# `--tftp-no-options` 17 18Tells curl not to send TFTP options requests. 19 20This option improves interop with some legacy servers that do not acknowledge 21or properly implement TFTP options. When this option is used --tftp-blksize is 22ignored. 23