You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used in conjunction with the -o, --output option, curl will create the necessary local directory hierarchy as needed. [...] If the --output file name uses no dir or if the dirs it mentions already exist, no dir will be created.
Since this option only applies to downloading a file, it would make sense to add it to the CurlDownloadSettings type.
The text was updated successfully, but these errors were encountered:
It would be nice if Cake.Curl exposed the
--create-dirs
option when downloading a file from a remote host.From curl's documentation:
Since this option only applies to downloading a file, it would make sense to add it to the
CurlDownloadSettings
type.The text was updated successfully, but these errors were encountered: