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