Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Download Files from the Internet

235 views
Skip to first unread message

Mohammad Alhabibi

unread,
Jul 20, 2003, 4:02:05 AM7/20/03
to
Hi,

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


Roy Kiesler [TeamSybase]

unread,
Jul 21, 2003, 10:21:52 AM7/21/03
to
http://username:pass...@server.domain.com

--
<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...

Jon Pervan

unread,
Jul 21, 2003, 8:47:00 AM7/21/03
to
Try:

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...

Mohammad Alhabibi

unread,
Jul 21, 2003, 2:47:35 AM7/21/03
to
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...

Waleed Seada

unread,
Jul 21, 2003, 4:22:08 AM7/21/03
to
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

unread,
Jul 22, 2003, 7:29:51 AM7/22/03
to
Thank you
It works fine also with ftp://username:pass...@server.domain.com

"Roy Kiesler [TeamSybase]" <SPAM_FREE_...@teamsybase.com> wrote in
message news:eevBlS5TDHA.261@forums-2-dub...

0 new messages