Is it possible to delete files using WebDav by file name pattern?
For example, I want delete all files with prefix hello (hello_*)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, it’s not possible. All you can do is retrieve all names, find the ones you want to delete, and submit a DELETE request for each one of them.