tftp-no-options.d 389 B

12345678910111213
  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. See-also: tftp-blksize
  8. ---
  9. Tells curl not to send TFTP options requests.
  10. This option improves interop with some legacy servers that do not acknowledge
  11. or properly implement TFTP options. When this option is used --tftp-blksize is
  12. ignored.