
vb5: Inet1.Execute and FTP (please help)
Quote:
>I am having some difficulty with the Inet control in vb5
>have a single form with :
>(1) command button
>(1) directory list
>(1) filelist
>(1) inet control
>What I have been trying to do is surf to a directory.
>dir1.path
>choose a file...
>file1.filename
>and FTP the file from my drive _to_ the web site. I own the site. And I
>could use a regular FTP program to FTP it to the sight but I want
>I have tried Inet1.execute but cannot get it to work. Look at most of
>the VB sites out there. cant find any code that works.
>Can anyone help?
Just to say, you're not alone. I, too, am trying to use msinet.ocx to
FTP a file to our Internet Information Server. It either doesn't work
reliably or it doesn't work at all. However, I can send files using
WS_FTP without problems. I am now investigating the WinInet API, as
several people have said that the Inet control is buggy.
Jake