]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: add --output-dir
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Aug 2020 06:31:36 +0000 (08:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Aug 2020 20:41:37 +0000 (22:41 +0200)
commit5620d2cc78c018f6ae15ba9aab371aa388146df0
tree897b7e75250a644e5aeae81de5daf3498602286b
parent510d98157f21dee5793c4e975fde3317b6139267
curl: add --output-dir

Works with --create-dirs and with -J

Add test 3008, 3009, 3011, 3012 and 3013 to verify.

Closes #5637
17 files changed:
docs/TODO
docs/cmdline-opts/Makefile.inc
docs/cmdline-opts/output-dir.d [new file with mode: 0644]
docs/options-in-versions
src/tool_cb_wrt.c
src/tool_cfgable.c
src/tool_cfgable.h
src/tool_getparam.c
src/tool_help.c
src/tool_operate.c
tests/data/Makefile.inc
tests/data/test3008 [new file with mode: 0644]
tests/data/test3009 [new file with mode: 0644]
tests/data/test3011 [new file with mode: 0644]
tests/data/test3012 [new file with mode: 0644]
tests/data/test3013 [new file with mode: 0644]
tests/runtests.pl