Bulk Media Update

I have over 400 files in my local system that need to be manually updated in the Umbraco Backoffice. Each media file in the Backoffice has the same name as its corresponding local file, and I need to replace the existing media with the local versions.

Is there an existing tool for this, or how can I create a custom Umbraco plugin to automate the process?

Looking forward to guidance on the best approach.

Thanks,
Aadarsh Dubey

If the only difference between environments is the media files and all other names (paths) remain the same, you can manually copy the contents of your local wwwroot/media folder to the wwwroot/media folder on the server.

If your media is stored in blob storage (such as with Umbraco Cloud), you can use Microsoft Azure Storage Explorer to transfer the files.