Lines Matching +full:local +full:- +full:dir
1 ---
3 SPDX-License-Identifier: curl
4 Long: create-dirs
5 Help: Create necessary local directory hierarchy
9 See-also:
10 - ftp-create-dirs
11 - output-dir
13 - --create-dirs --output local/dir/file $URL
14 ---
16 # `--create-dirs`
18 When used in conjunction with the --output option, curl creates the necessary
19 local directory hierarchy as needed. This option creates the directories
20 mentioned with the --output option combined with the path possibly set with
21 --output-dir. If the combined output filename uses no directory, or if the
26 To create remote directories when using FTP or SFTP, try --ftp-create-dirs.