1 Long: create-dirs 2 Help: Create necessary local directory hierarchy 3 Category: curl 4 --- 5 When used in conjunction with the --output option, curl will create the 6 necessary local directory hierarchy as needed. This option creates the 7 directories mentioned with the --output option, nothing else. If the --output 8 file name uses no directory, or if the directories it mentions already exist, 9 no directories will be created. 10 11 Created dirs are made with mode 0750 on unix style file systems. 12 13 To create remote directories when using FTP or SFTP, try --ftp-create-dirs. 14