tftp-no-options.d 493 B

12345678910111213141516
  1. c: Copyright (C) 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. This option improves interop with some legacy servers that do not acknowledge
  14. or properly implement TFTP options. When this option is used --tftp-blksize is
  15. ignored.