how to block copy from network access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • m0seba
    Member
    • Mar 2016
    • 38
    • egypt

    #1

    how to block copy from network access

    hi
    there is a small company have 4 computers and server with windows server 2016
    all computers are entered into the server by local users, and there is shared folders on server with limited access to every computer
    my question is there any method to disable copping form all shared folders on this server, but jest disable copy form server not paste on it.
    my client want his team copy from their computers and paste on any shared folders on server, on the other way can not copy anything from shared folders to their computer.
    or any way to disable copy on windows server for all users include network or usb drive, but as i mentioned just copy because they want to add data on server.
    i don't know if i explained enough, so anyone understand me PLZ let me know any solution

    thank you
  • eccerr0r
    Solder Sloth
    • Nov 2012
    • 8680
    • USA

    #2
    Re: how to block copy from network access

    This isn't really a "network" problem, rather a control access rights problem.
    Problem is any permission to read the file implicitly allows people to copy the file outright. If you give no read access but allow write access...

    So you need to rethink how the data is being shared/distributed/worked and this depends on exactly what data you're trying to do with the data - need details, from type and quantity of data. Usually people end up using some sort of transactional database to deal with things like this where the database is hidden and individual records are only available by query.

    Comment

    • petehall347
      Badcaps Legend
      • Jan 2015
      • 4425
      • United Kingdom

      #3
      Re: how to block copy from network access

      you can try copy protect files.

      Comment

      • diif
        Badcaps Legend
        • Feb 2014
        • 6978
        • England

        #4
        Re: how to block copy from network access

        Active Directory Rights Management Services or RMS is what you need to use.
        It's quite common to block users from saving on their personal PCs and just have them saving on the server.

        Comment

        • stj
          Great Sage 齊天大聖
          • Dec 2009
          • 30952
          • Albion

          #5
          Re: how to block copy from network access

          if you can view a file then it's in your ram - and can be saved.
          likewise, if you can run an encrypted file then an unencrypted copy exists in ram - and can be saved.

          Comment

          • televizora
            ghettomodmaster
            • Nov 2016
            • 957
            • Bulgaria

            #6
            Re: how to block copy from network access

            If you have read access, you de facto have copy acess as well. But you can disable saving files on the computers by using registry or GPO if you have active directory.
            Useful conversions. I don't "speak" imperial. Please use metric, if you want to address me.
            1km=1000m=100000cm, 1inch=2.54cm, 1mile=1609.344meters, 1ft=30.48cm 1gal(US)=3.785liters, 1lb=453grams, 1oz=28.34grams

            Comment

            • m0seba
              Member
              • Mar 2016
              • 38
              • egypt

              #7
              Re: how to block copy from network access

              Originally posted by eccerr0r
              This isn't really a "network" problem, rather a control access rights problem.
              Problem is any permission to read the file implicitly allows people to copy the file outright. If you give no read access but allow write access...

              So you need to rethink how the data is being shared/distributed/worked and this depends on exactly what data you're trying to do with the data - need details, from type and quantity of data. Usually people end up using some sort of transactional database to deal with things like this where the database is hidden and individual records are only available by query.
              i spoke with client today, He thinks it's simple
              just want disable copying from server to anything like usb or from shared folders to local computer
              and in the same time his team can add and edit files on shared folders on server
              about kind of files, can be anything especially word, excel, pdf files

              Comment

              • m0seba
                Member
                • Mar 2016
                • 38
                • egypt

                #8
                Re: how to block copy from network access

                Originally posted by petehall347
                you can try copy protect files.

                files always changed edited and added by team from local computers to shared folders

                Comment

                • m0seba
                  Member
                  • Mar 2016
                  • 38
                  • egypt

                  #9
                  Re: how to block copy from network access

                  Originally posted by diif
                  Active Directory Rights Management Services or RMS is what you need to use.
                  It's quite common to block users from saving on their personal PCs and just have them saving on the server.
                  the point is my client want to protect his files on server from copying especially from shared folders
                  but in the same time These shared folders always receive more files from the team
                  so the request is if i put any file on shared folder, then i can open it or edit and save changes, but i can not copy this file on my local computer again

                  Comment

                  • m0seba
                    Member
                    • Mar 2016
                    • 38
                    • egypt

                    #10
                    Re: how to block copy from network access

                    Originally posted by televizora
                    If you have read access, you de facto have copy acess as well. But you can disable saving files on the computers by using registry or GPO if you have active directory.
                    i want just disable copying
                    because all team works on this files on server they copy personal files to shared folders and edit and saved changes on it
                    the request is this files or shared folder on server cannot be made Copies on local computers again

                    Comment

                    • stj
                      Great Sage 齊天大聖
                      • Dec 2009
                      • 30952
                      • Albion

                      #11
                      Re: how to block copy from network access

                      maybe FTP is the answer

                      Comment

                      • eccerr0r
                        Solder Sloth
                        • Nov 2012
                        • 8680
                        • USA

                        #12
                        Re: how to block copy from network access

                        If you can and need to read the whole file(s) then you can copy the whole thing. That's the problem.

                        Depending on the specific contents of the file, there are ways people have been using to deal with multiple people editing. Databases, distributed software development systems, CMS, etc. are all tools available to manage this problem.

                        Comment

                        • ChaosLegionnaire
                          HC Overclocker
                          • Jul 2012
                          • 3264
                          • Singapore

                          #13
                          Re: how to block copy from network access

                          yea but i think the OP's client just wants copy disabled to throw off the tech unsavvy. but its implementing "disable copy" in an insecure way. hackers or anyone savvy enuff with tech can still read the file and transfer/copy/move/dump the contents elsewhere. so just use directory rights management of some sort but beware the warning that eccerr0r said: if u can read the file, u can certainly copy the contents elsewhere through some other method.

                          Comment

                          • stj
                            Great Sage 齊天大聖
                            • Dec 2009
                            • 30952
                            • Albion

                            #14
                            Re: how to block copy from network access

                            the other thing these days, if it's text and it can be viewed - it can be photographed with a phone.
                            (or a pen, or a keyfob etc!)

                            Comment

                            • eccerr0r
                              Solder Sloth
                              • Nov 2012
                              • 8680
                              • USA

                              #15
                              Re: how to block copy from network access

                              No not really, it seems the OP is expecting people to "edit" the file and copy right back to the shared server so other people can also have "hot" data instead of people having forked versions of the file causing a mess to re-merge all the data back... That's why I'm thinking the model the OP has is wrong - need to re-think how to deal with this data.

                              But again more information of the content of the file would be helpful to know what to do here. If it's like a word document or something, that's probably the worst case scenario perhaps...

                              Comment

                              • stj
                                Great Sage 齊天大聖
                                • Dec 2009
                                • 30952
                                • Albion

                                #16
                                Re: how to block copy from network access

                                GIT, CVS, Bazar etc may be worth a look.
                                lots of revisioning systems used by programmers that keep track of changes and history

                                Comment

                                • EasyGoing1
                                  Shock Therapist
                                  • Sep 2016
                                  • 977
                                  • USA

                                  #17
                                  Re: how to block copy from network access

                                  Originally posted by stj
                                  if you can view a file then it's in your ram - and can be saved.
                                  likewise, if you can run an encrypted file then an unencrypted copy exists in ram - and can be saved.
                                  This is from the Microsoft Active Directory Rights Management Website...

                                  Notice you cant even paste from your clipboard, content that is protected with that service ...

                                  sigpic

                                  Comment

                                  • sam_sam_sam
                                    Badcaps Legend
                                    • Jul 2011
                                    • 6027
                                    • USA

                                    #18
                                    Just because it might say the file is not accessible does not mean anything sometimes is best to check and make sure that it doing what you think you want it to

                                    I once worked at a place that had a remote sign computer and the IT person said one day in a meeting that you could not delete anything or make changes to any files

                                    This the wrong thing to tell me because I going to try anyway so one day when I was alone in the room I went file explorer and picked a file and I tried to delete it well guess what I got the warning message are surge you want to delete of course I did not delete anything but when I saw the IT person I said to him are sure that you can not delete anything from this sign in computer he said I am sure about that oh really did you try to make sure that you can not delete anything

                                    A few days later I saw him and he said I know for sure you can not do it now

                                    This is the wrong thing to tell me I tried it again this time it says access denied this time it was done correctly and when I saw again a few days later he said to me thank you for bringing it to my attention
                                    Last edited by sam_sam_sam; 11-27-2023, 10:31 PM.

                                    Comment

                                    Related Topics

                                    Collapse

                                    • omega
                                      Troubleshooting of redundant F750E-S0 Dell PowerEdge Server
                                      by omega
                                      Hello all,
                                      as a beginner electronics hobbyist, after a few years I would like to place another post on this Forum section, given that I did not succeed in finding any useful advice among the other posts.

                                      Over the last years, I have been using a PowerEdge Dell Server with two redundant PSUs, namely the 750W F750E-S0 ones (aka 06W2PW). Unfortunately, last summer one of them failed (perhaps owing to an overheating), and the server had for working to take into account the other one only. Of course I opened and tried to troubleshoot the failed PSU, but each cap I tested seemed to...
                                      02-09-2024, 03:34 PM
                                    • davg
                                      Home network connection problem
                                      by davg
                                      I just bought a new ThinkPad laptop and I need to connect it to my home network. I have several computers on my network and can see each other in File Explorer and the older ones can communicate with each other (even with the new one) but the ThinkPad can see the other computers but can't communicate with them. I get the (network error 0x80070035 The network path not found). I tried several scenarios that I found on line but none of them worked?? Since the other computers on the network can communicate fine I'm assuming the problem is with the setup of the ThinkPad? All computers are running Windows...
                                      03-06-2021, 07:13 AM
                                    • SMDFlea
                                      Copy DMI info easily with Hex editing software and Macro script
                                      by SMDFlea
                                      Copying DMI information from an old bios to a new one is difficult for some members, often they have no experience with a hex editor,or some that have tried find it too hard.There is an option to make things easier for those members so that they don`t need to post their own bios backup for the DMI copying.

                                      Experienced bios modding members can help by posting in other threads the DMI offsets,macro script generated by the software and a download link to the software at softpedia mentioned in this guide,or post your macros in the comments here with a link to the bios request thread ....
                                      02-28-2023, 02:14 PM
                                    • japlytic
                                      Maximum speed should be marked on network ports
                                      by japlytic
                                      I noted that a number of consumer entertainment devices have the maximum speed marked on the wired network port and considering that there are broadband plans faster than 100 Mbit, the wired network port can be a bottleneck since some routers do not have Gigabit (only 100 Mbit) support for the WAN port let alone the wired network ports.

                                      One other thing: Certain low cost network cables only have two pairs which limits speed to 100 Mbit.​
                                      12-19-2024, 05:04 PM
                                    • Document Archive
                                      HP ZBook 15v G5 Mobile server 15v Specification for Upgrade or Repair
                                      by Document Archive
                                      This specification for the HP ZBook 15v G5 Mobile server can be useful for upgrading or repairing a laptop that is not working. As a community we are working through our specifications to add valuable data like the 15v G5 boardview and 15v G5 schematic. Our users have donated over 1 million documents which are being added to the site. This page will be updated soon with additional information. Alternatively you can request additional help from our users directly on the relevant badcaps forum. Please note that we offer no warranties that any specification, datasheet, or download for HP ZBook 15v...
                                      09-06-2024, 11:39 AM
                                    • Loading...
                                    • No more items.
                                    Working...