tftp-no-options.d 366 B

123456789101112
  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. This option improves interop with some legacy servers that do not acknowledge
  10. or properly implement TFTP options. When this option is used --tftp-blksize is
  11. ignored.