Ok here is what is going on.
I have a program that uses a database dictionary.
It also has a update part to it. When i try updating the database i use this.
How would I open some port(s) and listen but not accept any connections. Kind of like a firewall program. like port 80(http). So the user couldn't go to http's.
thanks
Anyone know how to block a local port from recieving or sending data. Like blocking port 21 so you can't access ftp's and they can't access your port 21. Any help would be really appreciated.
...