Shared Folder Read-only, but Anti-copy

7,185

By definition, a read only file is able to read and copied from start to EOF but is not able to be written to. If you grant read permissions to a file, you also grant the permission to copy that file's contents to another medium. The only way to prevent the files in question from being copied is to deny read access to the files.

tl;dr

You cannot have files be read only AND not copyable.

Share:
7,185

Related videos on Youtube

Sithu
Author by

Sithu

A passionate software developer based in Yangon, Myanmar (Burma) since 2005, using various languages and technologies such as PHP, Node.js, Rails, Android, Visual FoxPro, MySQL, PostgreSQL, MongoDB, Git, etc. Also spending much time in management, mentoring, coaching and research. Original creator and core developer at PHPLucidFrame. Check out my open source! profile for Sithu on Stack Exchange, a network of free, community-driven Q&A sites http://stackexchange.com/users/flair/887306.png

Updated on September 18, 2022

Comments

  • Sithu
    Sithu almost 2 years

    I'm finding a way to prevent a shared folder from being copied by LAN users.
    Is there a way for Windows XP ?
    If there is any good software out for the purpose, please suggest me.

    • Eroen
      Eroen about 12 years
      What you ask is impossible to do by server configuration if the LAN users are supposed to have read access to the shared folder. You might want to redefine your goal as something like "Find a way to limit the amount of data/number of files that can be copied by LAN users".