D
Dave
Hi.
I have been researching TCP/IP yet have little experience with these
protocols.
I am aware that a firewall (amongst other things) filters the
datagrams being sent/received to/from sources/destinations.
If I have an internet connection at work that allows me to
Request/Respond within web pages why is it not possible for me to
create my own listner in C++ that will allow my pc at work to receive
requests from my pc at home.
ie how do I get around the firewall?
I also have the same problem if I try to create an application that
downloads webpages at work. ie it prevents the application from
downloading as it has not logged onto the firewall.
I would like to share my work to and from work in an easier fashion.
Currently I have a webserver at home that allows file transfers etc
but its not the level of communication which I am satisfied with.
Thanks
I have been researching TCP/IP yet have little experience with these
protocols.
I am aware that a firewall (amongst other things) filters the
datagrams being sent/received to/from sources/destinations.
If I have an internet connection at work that allows me to
Request/Respond within web pages why is it not possible for me to
create my own listner in C++ that will allow my pc at work to receive
requests from my pc at home.
ie how do I get around the firewall?
I also have the same problem if I try to create an application that
downloads webpages at work. ie it prevents the application from
downloading as it has not logged onto the firewall.
I would like to share my work to and from work in an easier fashion.
Currently I have a webserver at home that allows file transfers etc
but its not the level of communication which I am satisfied with.
Thanks