summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/tftp-no-options.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-11-28 01:01:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-11-28 09:53:15 +0100
commita387d881ecf1cfe8def1460fdf2faa3fdef66302 (patch)
tree58148de3354cb8522e90e42a95e6243a7543c8e9 /docs/cmdline-opts/tftp-no-options.d
parentac85f332f13f2e105e69d5f4b97c1787a824f637 (diff)
downloadgnurl-a387d881ecf1cfe8def1460fdf2faa3fdef66302.tar.gz
gnurl-a387d881ecf1cfe8def1460fdf2faa3fdef66302.tar.bz2
gnurl-a387d881ecf1cfe8def1460fdf2faa3fdef66302.zip
cmdline-docs: more options converted and fixed
Now all options are in the new system.
Diffstat (limited to 'docs/cmdline-opts/tftp-no-options.d')
-rw-r--r--docs/cmdline-opts/tftp-no-options.d10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/cmdline-opts/tftp-no-options.d b/docs/cmdline-opts/tftp-no-options.d
new file mode 100644
index 000000000..e2a4dacd5
--- /dev/null
+++ b/docs/cmdline-opts/tftp-no-options.d
@@ -0,0 +1,10 @@
+Long: tftp-no-options
+Help: Do not send any TFTP options
+Protocols: TFTP
+Added: 7.48.0
+---
+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.