mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:43:31 +03:00
cmdline-docs: more options converted over
This commit is contained in:
parent
81e61cda39
commit
41b1f649bf
83 changed files with 1151 additions and 0 deletions
8
docs/cmdline-opts/ftp-create-dirs.d
Normal file
8
docs/cmdline-opts/ftp-create-dirs.d
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Long: ftp-create-dirs
|
||||
Protocols: FTP SFTP
|
||||
Help: Create the remote dirs if not present
|
||||
See-also: create-dirs
|
||||
---
|
||||
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
|
||||
will instead attempt to create missing directories.
|
||||
Loading…
Add table
Add a link
Reference in a new issue