Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am developing a server-client type of system that will handle clients on the LAN whereby a Server can control clients, so i there a way of restricting a File downloading? since is have tried using "iphlpapi.dll" that still not seem to work on file downloading restriction!
Posted
Updated 7-Nov-14 22:52pm
v2

1 solution

if you're in a corporate environment, then, why don't you look at doing this as part of a proxy - inspect an outgoing request, if its http/https deny it - there are proxy's already that can do this - obviously you also have to add rules to your external & dmz firewall etc to make sure that if they bypass the proxy they cant get out

[edit] thse links may help you get started - there are a few more of such out there on the web

Writing a Parental Control Software for Windows[^]

https://code.msdn.microsoft.com/windowshardware/Windows-Filtering-Platform-27553baa[^]

[/edit]
 
Share this answer
 
v2
Comments
Abuu Mohamed 8-Nov-14 16:32pm    
i'm trying to develop internet cafe management system and my client needs this feature!
Garth J Lancaster 8-Nov-14 18:15pm    
well, you're still going to have to write some sort of proxy/filter, and/or control the windows firewall etc - Ive out a couple of links that may be useful in my original response

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900