Annotation of embedaddon/curl/docs/cmdline-opts/ftp-create-dirs.d, revision 1.1

1.1     ! misho       1: Long: ftp-create-dirs
        !             2: Protocols: FTP SFTP
        !             3: Help: Create the remote dirs if not present
        !             4: See-also: create-dirs
        !             5: ---
        !             6: When an FTP or SFTP URL/operation uses a path that doesn't currently exist on
        !             7: the server, the standard behavior of curl is to fail. Using this option, curl
        !             8: will instead attempt to create missing directories.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>