| xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. | 
|  | 2 | SPDX-License-Identifier: curl | 
|  | 3 | Long: tftp-no-options | 
|  | 4 | Help: Do not send any TFTP options | 
|  | 5 | Protocols: TFTP | 
|  | 6 | Added: 7.48.0 | 
|  | 7 | Category: tftp | 
|  | 8 | Example: --tftp-no-options tftp://192.168.0.1/ | 
|  | 9 | See-also: tftp-blksize | 
|  | 10 | Multi: boolean | 
|  | 11 | --- | 
|  | 12 | Tells curl not to send TFTP options requests. | 
|  | 13 |  | 
|  | 14 | This option improves interop with some legacy servers that do not acknowledge | 
|  | 15 | or properly implement TFTP options. When this option is used --tftp-blksize is | 
|  | 16 | ignored. |