|
-
May 13th, 2026, 10:05 AM
#1
Thread Starter
New Member
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
-
May 14th, 2026, 04:53 PM
#2
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.
-
May 14th, 2026, 06:07 PM
#3
Thread Starter
New Member
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.
-
May 14th, 2026, 06:10 PM
#4
Thread Starter
New Member
Re: FTP with Inet1 PASSIV in VB6
Sorry, but I do not know what is "LLM"
-
May 15th, 2026, 02:17 AM
#5
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.
-
May 15th, 2026, 10:22 AM
#6
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|