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 18Do not to send TFTP options requests. This improves interop with some legacy 19servers that do not acknowledge or properly implement TFTP options. When this 20option is used --tftp-blksize is ignored. 21