How to download files from a web server that requires a user name and
password.
I.ve tried GetURL and it worked goo with servers that don't require
authintication.
I don't know where to supply the User name and password.
Thanks
--
<hopethishelps/>
Roy Kiesler [TeamSybase]
SDN CodeXchange -- http://codexchange.sybase.com
"Mohammad Alhabibi" <m...@doubleclick.com.eg> wrote in message
news:%23mxa7X2TDHA.298@forums-2-dub...
> Ofcourse I know the user name and password but where should I put them in
my
> script ?
>
> "Waleed Seada" <DSweet...@hotmail.com> wrote in message
> news:eE7#iJ2TDHA.261@forums-2-dub...
> > Come on, You should know at least the User name and the Password
> > Waleed Seada
> > Bearing Point
> >
> > "Mohammad Alhabibi" <m...@doubleclick.com.eg> wrote in message
> > news:OSLXqZpTDHA.349@forums-2-dub...
ole_app.Document.Signon.UserId.Value = "jpervan"
ole_app.Document.Signon.Password.Value = "1234567"
ole_app.Document.Signon.Submit()
Where Signon is the name of the page and UserId/Password is the name of the
field. You should be able to find these if you right mouse click on the web
page and view source.
HTH
"Mohammad Alhabibi" <m...@doubleclick.com.eg> wrote in message
news:OSLXqZpTDHA.349@forums-2-dub...
"Waleed Seada" <DSweet...@hotmail.com> wrote in message
news:eE7#iJ2TDHA.261@forums-2-dub...
> Come on, You should know at least the User name and the Password
> Waleed Seada
> Bearing Point
>
> "Mohammad Alhabibi" <m...@doubleclick.com.eg> wrote in message
> news:OSLXqZpTDHA.349@forums-2-dub...
"Mohammad Alhabibi" <m...@doubleclick.com.eg> wrote in message
news:OSLXqZpTDHA.349@forums-2-dub...
"Roy Kiesler [TeamSybase]" <SPAM_FREE_...@teamsybase.com> wrote in
message news:eevBlS5TDHA.261@forums-2-dub...