Results 1 to 21 of 21

Thread: InternetOpen Please Help!

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    12

    Re: InternetOpen Please Help!

    Quote Originally Posted by dilettante
    The code you already listed looks good. As I wrote earlier there must be some small error, or maybe your FTP server doesn't want to do passive mode FTP?

    Here's a known working sample program:

    SAMPLE: VBFTP.EXE: Implementing FTP Using WinInet API from VB

    Try this to make sure it works as you require. Then look at the code to see what you need to do in your own program.

    When im trying this sample i ALWAYS get error "internet connection error 12029 and 12007... i checked this : http://firstclass2.com/problem7.htm
    I turn off win xp firewall and still get this msg......
    With ie config evrythig allright...


    how to connect in that way what firewall doesnt pop up/stop my trasfer ????
    Last edited by albertino; Feb 26th, 2007 at 03:47 PM.

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: InternetOpen Please Help!

    Quote Originally Posted by albertino
    And i thought that if i connect to ftp frew IE it will be invisible to firewall?
    It will be for outgoing connections. It won't be for incoming connections through a firewall that blocks incoming connections (like Windows XP firewall). It won't be invisible in either direction for a firewall that blocks both directions, like Zone Alarm.
    How to do connection invisible to firewall ?
    Use a passive ftp connection - that's outgoing. Ftp is normally incoming. That'll make it invisible to a firewall that's blocking incoming connections.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    12

    Re: InternetOpen Please Help!

    Thank You All For Help !!!

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