[Bug-wget] fetching pages, clicking buttons

2012-11-20 Thread Voytek Eymont
I have a basic wget sequence to fetch some pages from passworded site (wget sequence largely constructed with help from this ML) the web site I would like to access has been totally redesigned, and, I'm trying re-design my wget sequence immediately after logging, I have to acknowledge access to t

[Bug-wget] supressing output messages in backup script ?

2012-11-17 Thread Voytek Eymont
I guess this might not be really a wget question, more a general scripting question ? thanks for any pointers I'm trying to use wget to 'backup' a remote win server to my host as follows; GNU Wget 1.12 # backup bal win server ... cd /home/bal/ftpbackup/$date1 wget -r ftp://ftp.bal.tld --ftp-us

Re: [Bug-wget] Android, busybox and wget

2011-05-05 Thread Voytek Eymont
On Fri, May 6, 2011 2:23 pm, Tom Mizutani wrote: > I have found a wget 1.11.4 binary for android, however I have never > tested it, since I do not have any android phone :-). > http://jacob.hoffman-andrews.com/android/wget/ Tom, Micah, many thanks I'll try the android binary, though, I can see

[Bug-wget] Android, busybox and wget

2011-05-04 Thread Voytek Eymont
Hi, I have a basic wget script like below, now that I got an android phone I was curious if i can run this on the phone directly, but busybox wget doesn't seem to know cookies. is there any (reasonable simple?) workaround ? many thanks $ busybox wget --post-data='username=xxx&

RE: [Bug-wget] pushing button(s)

2010-04-16 Thread Voytek Eymont
> Voytek Eymont wrote: >> 'selected source' on buttons I wish to push has like: >> > Value="Accept" title="Accept" type="button">  >> > > The onclick action tells the browser to execute some JavaScript, but wget > d

Re: [Bug-wget] pushing button(s)

2010-04-15 Thread Voytek Eymont
> Voytek Eymont wrote: > Sorry, but wget has no way to deal with JavaScript. The best you can do > is reverse-engineer the JavaScript and try to emulate what a browser would > do, which requires you to be very familiar with JavaScript, HTML, and > possibly HTTP. Micah, oh well

Re: [Bug-wget] pushing button(s)

2010-04-15 Thread Voytek Eymont
> --- On Thu, 4/15/10, Micah Cowan wrote: > Voytek you can use a program called Fiddler to help you debug. It will > let you see exactly what is being sent to the server, and what the server > sends back to your client. And it works with https. > > To echo Micah's point above you will need to b

[Bug-wget] pushing button(s)

2010-04-15 Thread Voytek Eymont
I've logged in to a web page with wget --post-data='user=xxx&pass=yyy&_action_login=Login&_module=login&_template=login&_action=_login' --save-cookies=my-cookies --keep-session-cookies http://domain.tld/main.htm I can get items that I want OK BUT, additionally, I also need to push button(s) on n

[Bug-wget] aspx download that require login/password form submit

2010-04-11 Thread Voytek Eymont
thanks for the help with my other form login, I have another form login on aspx server that I'm having problems: I tried to trim 'bumpf' from the form, hope I haven't trimmed needed info, page has like: tried various options such as: wget --

Re: [Bug-wget] download that require login/password form submit

2010-04-09 Thread Voytek Eymont
> Voytek Eymont wrote: > Just surround it with double " " or single ' ' quotes. > If & is not quoted your shell thinks you want to execute a program called > wget and then assign active_list to a shell variable called _module (if > there wasn't a =

Re: [Bug-wget] download that require login/password form submit

2010-04-09 Thread Voytek Eymont
> Response below > It looks to me (from the JavaScript) like _action ought to have the > value "_login" (rather than empty), and _action_login should have the value > "Login". And be sure that your username is entered as lowercase, > as it looks like there's JavaScript to massage that. > Hope th

[Bug-wget] download that require login/password form submit

2010-04-08 Thread Voytek Eymont
I'm trying to follow the http://wget.addictivecode.org/FrequentlyAskedQuestions#password-protected info to wget login protected pages, but, not having much luck the page has I've listed every 'input' below, I've tried a variety of options, ending with: wget --post-data='username=MYNAME&passwo