Http Help please
From: Dib (dNOSPAMshahene_at_conNOSPAMsoftware.com)
Date: 10/14/04
- Next message: uo: "listview question"
- Previous message: HotRod: "Name Compare Formula"
- Next in thread: Jeff Johnson [MVP: VB]: "Re: Http Help please"
- Reply: Jeff Johnson [MVP: VB]: "Re: Http Help please"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 14 Oct 2004 12:20:12 -0400
Hi,
I am trying to do a simple program but yet I am lost. I am using http to
download a file from the web. there is a ASP/ASP.NET username and password
requried
I need to download the file and save in a specfied folder example
C:\NEWFile\ with a different name . example the file name is testproject.zip
need to rename the file to testproject.zip.10142004 that is the date the
file is downloaded.
Me.Inet1.URL = Me.txtURL
Me.Inet1.RemotePort = 82
Me.Inet1.UserName = Me.txtUserName
Me.Inet1.Password = Me.txtPassword
Me.Inet1.Execute , "GET"
Thanks
Dib
- Next message: uo: "listview question"
- Previous message: HotRod: "Name Compare Formula"
- Next in thread: Jeff Johnson [MVP: VB]: "Re: Http Help please"
- Reply: Jeff Johnson [MVP: VB]: "Re: Http Help please"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|