CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Dec 2009
    Posts
    2

    Question why firewalles don't prevent accessing explorer to ftp sites unlick other softwares?

    I should write a program to run on my clients in local network and connect to my ftp site behind the firewalls installed on client computers. firewalls prevent my program, or at least notify to users, but iexplore.exe and explorer.exe and other web browsers (such as opera, Firefox) can connect to site and transfer files without any notification from firewalls.
    I guess that firewalls have a white list of well known soft wares such those I mentioned above, but I can't found such list in firewalls (at least in all of firewalls). Then I decide to make my connection and file transferring in a thread in a dll file and inject that dll into explorer. In such circumstance because of code run on explorer address space, it's like that explorer connect to ftp site and transfer data. Using this approach I can connect to ftp site successfully but unfortunately and surprisingly firewall prevent transferring files by blocking ftp servers computer IP address. In this condition the explorer still can connect to ftp site by normal way. why????????
    please help me
    Last edited by ghprogrammingco; December 28th, 2009 at 12:48 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured