Warning

This document hasn't been checked for compatibility with current versions of Plone. Use at your own risk.

How do I stop Mac OS X from creating .DS_Store files on WebDAV upload?

How do I stop Mac OS X from creating .DS_Store files on WebDAV upload?

« Back to Table of Contents

Open a Terminal and execute:

$ defaults write com.apple.desktopservices DSDontWriteNetworkStores true

This will turn off writing these files to all network volumes.

More information on this subject can be seen here:

http://docs.info.apple.com/article.html?artnum=301711

As per the linked document, preventing Mac OS X from creating .DS_Store files can have adverse effects.