1 Long: tftp-no-options 2 Help: Do not send any TFTP options 3 Protocols: TFTP 4 Added: 7.48.0 5 Category: tftp 6 Example: --tftp-no-options tftp://192.168.0.1/ 7 --- 8 Tells curl not to send TFTP options requests. 9 10 This option improves interop with some legacy servers that do not acknowledge 11 or properly implement TFTP options. When this option is used --tftp-blksize is 12 ignored. 13