diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-28 11:50:07 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-28 16:20:12 +0200 |
commit | ce6e3e53209c0f0d8c8f54e230f0a6bef8c8fc2e (patch) | |
tree | cc5df33c31f5ae25222461a3baeda42ca8960025 /docs/cmdline-opts/ftp-create-dirs.d | |
parent | ebf18468c0fb2d74c2c4a2a4a5a6dedd0cf8aea6 (diff) | |
download | curl-ce6e3e53209c0f0d8c8f54e230f0a6bef8c8fc2e.tar.gz |
cmdline-opts: made the 'Added:' field mandatory
Since "too old" versions are no longer included in the generated man
page, this field is now mandatory so that it won't be forgotten and then
not included in the documentation.
Closes #7786
Diffstat (limited to 'docs/cmdline-opts/ftp-create-dirs.d')
-rw-r--r-- | docs/cmdline-opts/ftp-create-dirs.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmdline-opts/ftp-create-dirs.d b/docs/cmdline-opts/ftp-create-dirs.d index 579f8e36d..af31a48be 100644 --- a/docs/cmdline-opts/ftp-create-dirs.d +++ b/docs/cmdline-opts/ftp-create-dirs.d @@ -4,6 +4,7 @@ Help: Create the remote dirs if not present See-also: create-dirs Category: ftp sftp curl Example: --ftp-create-dirs -T file ftp://example.com/remote/path/file +Added: 7.10.7 --- When an FTP or SFTP URL/operation uses a path that doesn't currently exist on the server, the standard behavior of curl is to fail. Using this option, curl |