--ftp-create-dirs
This commit is contained in:
parent
e347d06a49
commit
b7cbcf7434
@ -2,7 +2,7 @@
|
|||||||
.\" nroff -man curl.1
|
.\" nroff -man curl.1
|
||||||
.\" Written by Daniel Stenberg
|
.\" Written by Daniel Stenberg
|
||||||
.\"
|
.\"
|
||||||
.TH curl 1 "18 June 2003" "Curl 7.10.6" "Curl Manual"
|
.TH curl 1 "8 Aug 2003" "Curl 7.10.7" "Curl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
curl \- transfer a URL
|
curl \- transfer a URL
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -291,6 +291,12 @@ normal cases when a HTTP server fails to deliver a document, it returns a HTML
|
|||||||
document stating so (which often also describes why and more). This flag will
|
document stating so (which often also describes why and more). This flag will
|
||||||
prevent curl from outputting that and fail silently instead.
|
prevent curl from outputting that and fail silently instead.
|
||||||
|
|
||||||
|
If this option is used twice, the second will again disable silent failure.
|
||||||
|
.IP "--ftp-create-dirs"
|
||||||
|
(FTP) When an FTP URL/operation uses a path that doesn't currently exist on
|
||||||
|
the server, the standard behaviour of curl is to fail. Using this option, curl
|
||||||
|
will instead attempt to create missing directories.
|
||||||
|
|
||||||
If this option is used twice, the second will again disable silent failure.
|
If this option is used twice, the second will again disable silent failure.
|
||||||
.IP "-F/--form <name=content>"
|
.IP "-F/--form <name=content>"
|
||||||
(HTTP) This lets curl emulate a filled in form in which a user has pressed the
|
(HTTP) This lets curl emulate a filled in form in which a user has pressed the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user