How to implement a shared folder, you can list the file, and the file itself is unreadable, non-copy
Question: How to implement a shared folder readable, non-readable file non-copy?
experimental Environment:win7 flagship, LAN
Steps and Instructions:
Right-click the network icon in the lower right corner, go to "open Network and Sharing Center", go to "Change advanced sharing Settings", turn on "Enable password protected sharing" (Description: I have enabled this setting to enter the account password to access the share)
Create the account you need to access the share, right-click My Computer, go to manage, create a new user and set a password in Local Users and groups
To create a share, right-click on "Shared Folder" into "Properties", select "Advanced sharing" in "share", "Share this folder" Tick, click "Permissions", remove "everyone" and add "user just created", Give Read permission. Determine
(key position) in the "Security" column, click "Advanced", then "Change Permissions", add "just created users", "apply" to "This folder and subfolders", the Permissions Select "List Folder / Read data", OK; add "newly created user", "Apply to" Select "File only" and the permission is set to "Deny all", OK.
Test, access the shared folder on another computer, you will find that the files in the folder can be listed, but cannot read the file contents and cannot be copied
Summary: "Shared folders, can list files, and the file itself is unreadable, non-copy" due to the system itself is limited, cannot be set directly, but we can add permissions two times to apply different location implementation.
the Read permission is for folders to list files in folders, and for files it is possible to read the contents of a file and copy it. (This is the principle)
How to implement shared folder readable, non-readable file non-copy