The login page is:
http://safari.informit.com/?FPI=&uicode=

How to figure out the login command?

These two commands do not work:

"C:\Program Files\wget\wget" --save-cookies
cookies.txt
"http://safari.informit.com/?FPI=&[EMAIL PROTECTED]&password=123"
"C:\Program Files\wget\wget" --save-cookies
cookies.txt
"http://safari.informit.com/?FPI=&uicode=/[EMAIL PROTECTED]&password=123"

The cookies.txt is always empty:
# HTTP cookie file.
# Generated by Wget on 2005-07-21 07:55:47.
# Edit at your own risk.

Detailed log for the second command is:

"C:\Program Files\wget\wget" --save-cookies
cookies.txt "http://safari.informit.com/?FPI=&ui
code=/[EMAIL PROTECTED]&password=123"
--07:55:47-- 
http://safari.informit.com/?FPI=&uicode=/[EMAIL PROTECTED]&passwor
d=123
           =>
[EMAIL PROTECTED]&[EMAIL PROTECTED]&password=123.1
'
Resolving safari.informit.com... 193.194.158.208
Connecting to
safari.informit.com|193.194.158.208|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [text/html]

    [ <=>                                             
       ] 0             --.--K/s

07:55:47 (0.00 B/s) -
[EMAIL PROTECTED]&[EMAIL PROTECTED]&password=123.1'
saved [0/0]


I am not subscribed, please cc'd in replies to my
post. Thanks. 

--- Tony Lewis <[EMAIL PROTECTED]> wrote:

> You need to quote the URL because it contains
> characters that are
> interpreted by the shell (and therefore are never
> passed to wget).
> 
> Tony
> -----Original Message-----
> From: PoWah Wong [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, July 20, 2005 8:35 PM
> To: wget@sunsite.dk
> Subject: Re: wget a file with long path on Windows
> XP
> 
> This does not work, please help.
> 
> 
> "C:\Program Files\wget\wget" --save-cookies
> cookies.txt
>
http://safari.informit.com/?x=1&mode=Logout&sortKey=title&sortOrder=asc&view
>
=&xmlid=&g=&catid=&s=1&b=1&f=1&t=1&c=1&u=1&r=&o=1&n=1&d=1&p=
> 1&a=0&[EMAIL PROTECTED]&password=12345678
> --23:24:23--  http://safari.informit.com/?x=1
>            => [EMAIL PROTECTED]'
> Resolving safari.informit.com... 193.194.158.208
> Connecting to
> safari.informit.com|193.194.158.208|:80...
> connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 0 [text/html]
> 
>     [ <=>                                           
>  
>        ] 0             --.--K/s
> 
> 23:24:23 (0.00 B/s) - [EMAIL PROTECTED]' saved [0/0]
> 
> Invalid parameter - =Logout
> 'sortKey' is not recognized as an internal or
> external command, operable
> program or batch file.
> 'sortOrder' is not recognized as an internal or
> external command, operable
> program or batch file.
> 'view' is not recognized as an internal or external
> command, operable
> program or batch file.
> 'xmlid' is not recognized as an internal or external
> command, operable
> program or batch file.
> 'g' is not recognized as an internal or external
> command, operable program
> or batch file.
> 'catid' is not recognized as an internal or external
> command, operable
> program or batch file.
> 's' is not recognized as an internal or external
> command, operable program
> or batch file.
> 'b' is not recognized as an internal or external
> command, operable program
> or batch file.
> 'f' is not recognized as an internal or external
> command, operable program
> or batch file.
> 't' is not recognized as an internal or external
> command, operable program
> or batch file.
> 'c' is not recognized as an internal or external
> command, operable program
> or batch file.
> 'u' is not recognized as an internal or external
> command, operable program
> or batch file.
> 'r' is not recognized as an internal or external
> command, operable program
> or batch file.
> 'o' is not recognized as an internal or external
> command, operable program
> or batch file.
> 'n' is not recognized as an internal or external
> command, operable program
> or batch file.
> 'd' is not recognized as an internal or external
> command, operable program
> or batch file.
> 'p' is not recognized as an internal or external
> command, operable program
> or batch file.
> 'a' is not recognized as an internal or external
> command, operable program
> or batch file.
> 'username' is not recognized as an internal or
> external command, operable
> program or batch file.
> 'password' is not recognized as an internal or
> external command, operable
> program or batch file.
> 
> 
> I am not subscribed, please cc'd in replies to my
> post. Thanks. 
> 
> --- Frank McCown <[EMAIL PROTECTED]> wrote:
> 
> > This sounds like a difficult page to download
> because they may be 
> > using cookies or session variables.  I'm not sure
> the best way to 
> > proceed, but I would look at the wget
> documentation about cookies.  I 
> > think you may have to save the cookies that are
> generated by the login 
> > page and use --load-cookie to get the page you are
> after.
> > 
> > By the way, if you are only after a single page,
> why not just save it 
> > using the browser?
> > 
> > Frank
> > 
> > 
> > PoWah Wong wrote:
> > > The website is actually www.informit.com.
> > > It require logging in at
> > >
> >
>
https://secure.safaribooksonline.com/promo.asp?code=ITT03&portal=informit&a=
> 0
> > > After logging in, then the website becomes
> similar
> > to
> > > booksonline.com which I edit slightly.
> > > My public library's electronic access which also
> require logging in.
> > > 
> > > 
> > > --- Frank McCown <[EMAIL PROTECTED]> wrote:
> > > 
> > > 
> > >>Putting quotes around the url got rid of your
> "Invalid parameter" 
> > >>errors.
> > >>
> > >>I just tried accessing the url you are trying to
> wget and received 
> > >>an http 500 response.  I also tried accessing 
> > >>http://proquest.booksonline.com/ and never got a
> response.
> > >>
> > >>According to your output, wget got back a 0
> length response.  I 
> > >>would check your web server and make sure it is
> working properly.
> > >>
> > >>Frank
> > >>
> > >>
> > >>PoWah Wong wrote:
> > >>
> > >>>I put "quotes" around the url, but it still
> does
> > >>
> > >>not
> > >>
> > >>>work.
> > >>>
> > >>>C:\book>"C:\Program Files\wget\wget.exe"
> > >>>
> > >>
> > >
> >
>
"http://proquest.booksonline.com/?x=1&mode=section&so
> > > 
> > >
> >
>
rtKey=title&sortOrder=asc&view=&xmlid=0-321-16076-2/ch03lev1sec1&g=&catid=&s
> =1&b=1&f=1&t=1&c=1&u=1&r
> > > 
> > >>>=&o=1&n=1&d=1&p=1&a=0&page=0"
> > >>>--22:45:26--
> > >>>
> > >>
> > >
> >
>
http://proquest.booksonline.com/?x=1&mode=section&sortKey=title&sortOrder=as
> c&vi
> > > 
> > >
> >
>
ew=&xmlid=0-321-16076-2/ch03lev1sec1&g=&catid=&s=1&b=1&f=1&t=1&c=1&u=1&r=&o=
> 1&n=1&d=1&p=1&a=0&page=0
> > > 
> > >>>           =>
> > >>>
> > >
> >
>
[EMAIL PROTECTED]&mode=section&sortKey=title&sortOrder=asc&view=&xmlid=0-321-1
> 6076-2%2Fc
> > > 
> > >
> 
=== message truncated ===



        

        
                
___________________________________________________
Post your free ad now! http://personals.yahoo.ca

Reply via email to