TO ALL.
On Thu, Jan 14, 2021 at 10:55:46AM +0800, Li Ping wrote:
>On Thu, Jan 14, 2021 at 09:08:50AM +0800, Wu Fengguang wrote:
>>On Wed, Jan 13, 2021 at 09:19:47PM +0800, Li Ping wrote:
>>>[why]
>>>find a -type d
>>>a
>>>a/b
>>>a/c
>>>find a -type d -exec curl -sSf -X MKCOL "$http_url/{}" \;
>>>==> curl: (22) The requested URL returned error: 409 Conflict
>>>reason: upload an empty folder causes this error.
>>
>>I suspect 409 happens because server side already have that dir.
>>It's like you run
>
> That's what I thought at first, then I make new dir,
> upload the new dir also causes this error.
It does not happen if you didn't say it. That's the golden rule of
mailing list.
Please document such important points in the changelog in future.
Thanks,
Fengguang