Results 1 to 6 of 6

Thread: FTP with Inet1 PASSIV in VB6

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2026
    Posts
    4

    FTP with Inet1 PASSIV in VB6

    My new Router (FritzBox) works with FileZilla only in PASSIV Mode.
    But I do not know how I can do it with my VB6-Program in Passiv Mode.
    Is it possible to bring Inet1 in PASSIVE Transfer Mode?
    Thanks

  2. #2
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    7,654

    Re: FTP with Inet1 PASSIV in VB6

    I don't know about the inet ocx control but you can do it with the wininet APIs, just use the INTERNET_FLAG_PASSIVE flag in InternetConnect.

    An LLM should be able to handle a basic task like this.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2026
    Posts
    4

    Re: FTP with Inet1 PASSIV in VB6

    Many thanks for your answer.
    I hope, I will find some lines with code to learn how to handle WININET APIs.

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2026
    Posts
    4

    Re: FTP with Inet1 PASSIV in VB6

    Sorry, but I do not know what is "LLM"

  5. #5
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    7,654

    Re: FTP with Inet1 PASSIV in VB6

    ChatGPT, Claude. DeepSeek... AI models.

    You can also search this site for the APIs. Like if you search for FtpGetFile you'll find lots of example code.

  6. #6

    Thread Starter
    New Member
    Join Date
    May 2026
    Posts
    4

    Re: FTP with Inet1 PASSIV in VB6

    It works very well (Upload and download).
    Many thanks to fafalone for the kindly helps.

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