|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
INET ControlI don't get any result. Inet1 is the Internet Transfer Control. Inet1.UserName = "MyUser" Inet1.Password = "MyPwd" Inet1.AccessType = icUseDefault Inet1.Protocol = icHTTP Inet1.URL = "999.99.999.999" 'Fake ip address for htttp server Inet1.OpenURL Do While Inet1.StillExecuting = True: Loop Inet1.Execute , "CD " & Chr(34) & "/folder1/Folder2/MyFolder/" & Chr(34) Do While Inet1.StillExecuting = True: Loop Timer1.Enabled = True Inet1.Execute , "GET " & "MyFile.ext" & " " & Destination Do While Inet1.StillExecuting = True: Loop Inet1.Execute , "CLOSE " Inet1.Execute , "QUIT " -- Rick "Rick" <R***@discussions.microsoft.com> wrote rearrange your commands to set the URL first.> I need to download a file from an http server. Is this data right? > I don't get any result. Inet1 is the Internet Transfer Control. > > Inet1.URL = "999.99.999.999" 'Fake ip address for htttp server See if that helps...> Inet1.UserName = "MyUser" > Inet1.Password = "MyPwd" LFS
AND Operator and Currency data type
FTP(not boring) Produktlokalisierung - wie funktioniert's? Consume Web Map Service (WMS) with VB6 "Save As" question & file extensions Obtain MCSE certificaiton without exams(Pay after check results)100% passing gaurantee list of files in directories? Syntax Error - Missing Operator - When Using Date ! Refactoring add-in Will a P&D packaged DLL (DLLSelfRegister) be registered correctly on all OS's? |
|||||||||||||||||||||||