summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/tftp-no-options.d
blob: 8b252bd282d8e8c5889f083643561cc44b02ab18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: tftp-no-options
Help: Do not send any TFTP options
Protocols: TFTP
Added: 7.48.0
Category: tftp
Example: --tftp-no-options tftp://192.168.0.1/
See-also: tftp-blksize
Multi: boolean
---
Tells curl not to send TFTP options requests.

This option improves interop with some legacy servers that do not acknowledge
or properly implement TFTP options. When this option is used --tftp-blksize is
ignored.