Http Help please

From: Dib (dNOSPAMshahene_at_conNOSPAMsoftware.com)
Date: 10/14/04


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



Relevant Pages

  • Re: Assembly conversion to Pocket Pc format
    ... string strfilename = ... for .NET assemblies, i.e. it is simply passing them through unmodified. ... rather I want to download from HTTP or HTTPS. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: HTTP Download complete detect using TCP sniffer
    ... its HTML have been received. ... HTTP parsing" would tell me the HTTP download is complete please? ... When the request is sent you start ...
    (microsoft.public.win32.programmer.networks)
  • Re: Updating a VB6 across the Internet
    ... Can you host the update download on an HTTP? ... I wrote an update function into the program using FTP calls. ... Many corporate firewalls do not allow users to use FTP. ...
    (comp.lang.basic.visual.misc)
  • Re: IPFilter Questions
    ... I would be assuming that it is http since the port that is in the output ... from ipmon is 80, however if it were trying passive ftp this would cause ... >> go to Microsoft's download page and try to download something, ...
    (FreeBSD-Security)
  • About WSAEventSelect Model Problem.
    ... I Write a HTTP client by WSAEventSelect Model, ... I cut a file to piece and download every piece ... // build the socket & connect the Http server ...
    (microsoft.public.win32.programmer.networks)