blob: ede57100d1e0f5164102c9f94296c871ebcd62cd [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: ftp-create-dirs
2Protocols: FTP SFTP
3Help: Create the remote dirs if not present
4See-also: create-dirs
5---
6When an FTP or SFTP URL/operation uses a path that doesn't currently exist on
7the server, the standard behavior of curl is to fail. Using this option, curl
8will instead attempt to create missing directories.