Re: [Bug-wget] Using wget in a script run by sudo

2013-06-05 Thread Dan Rabb
Sorry, please disregard my ridiculously stupid question. The permission denied is coming from the shell, the user doesn't have write access (which is weird, as you would think root would). I resolved the issue. Apologies. Dan - Original Message - From: "Dan Rabb" To: bug-wget@gnu.o

[Bug-wget] Using wget in a script run by sudo

2013-06-05 Thread Dan Rabb
I have a wget command inside a script, which is executed with sudo [scriptname.sh]. The wget command is: wget --quiet --user=$REALUSER --password=$PASSWORD $link The script kept bombing out because the file that it's supposed to download, wasn't there. I removed the --quiet and added a '-o' an

Re: [Bug-wget] Bug Report: Windows GNU Wget 1.11.4 - Keeping session cookies

2013-06-05 Thread Bykov Aleksey
Greetings. I know about three Wget builds for Win32 1. From TumaGonx Zakkum (He assemble only releases. Don't look at link name/date - lastest is 1.14) http://opensourcepack.blogspot.ru/2010/05/wget-112-for-windows.html 2. From Ray Satiro http://lists.gnu.org/archive/html/bug-wget/2013-05/msg00095

Re: [Bug-wget] Bug Report: Windows GNU Wget 1.11.4 - Keeping session cookies

2013-06-05 Thread Darshit Shah
On Wed, Jun 5, 2013 at 11:26 PM, Eugene Ho wrote: > Thanks for the quick response. A 1.14 build for Windows is not easily > found. Sourceforge has 1.11.4 ( > http://gnuwin32.sourceforge.net/packages/wget.htm). But I will continue > to look for it. > You could always build from source :) It see

Re: [Bug-wget] Bug Report: Windows GNU Wget 1.11.4 - Keeping session cookies

2013-06-05 Thread Eugene Ho
Thanks for the quick response. A 1.14 build for Windows is not easily found. Sourceforge has 1.11.4 ( http://gnuwin32.sourceforge.net/packages/wget.htm). But I will continue to look for it. On Wed, Jun 5, 2013 at 10:45 AM, Darshit Shah wrote: > On the latest trunk version this issue does not

Re: [Bug-wget] Bug Report: Windows GNU Wget 1.11.4 - Keeping session cookies

2013-06-05 Thread Darshit Shah
On the latest trunk version this issue does not exist. Hence, I believe this issue was solved sometime in the past. The latest version of Wget is 1.14 On Wed, Jun 5, 2013 at 11:55 AM, Eugene Ho wrote: > Hi, > > I believe I found a bug in Windows GNU Wget 1.11.4. > > The following option does no

[Bug-wget] Bug Report: Windows GNU Wget 1.11.4 - Keeping session cookies

2013-06-05 Thread Eugene Ho
Hi, I believe I found a bug in Windows GNU Wget 1.11.4. The following option does not work: --keep-session-cookies I have better luck when I use the following spelling of the option: --keep-session-cookie Specifically, the documentation specifies the plural spelling, while the actual

Re: [Bug-wget] Problems with pod2man

2013-06-05 Thread Tim Ruehsen
Am Wednesday 05 June 2013 schrieb Darshit Shah: > > did you try to edit wget.texi ? Just search for '@item 0', change und try > > to > > make it. > > > > I don't think editing wget.texi with Perl specific syntax is the right > > way > > to go. Since that would corrupt the info page layout then. T

Re: [Bug-wget] Problems with pod2man

2013-06-05 Thread Darshit Shah
> did you try to edit wget.texi ? Just search for '@item 0', change und try > to > make it. > > I don't think editing wget.texi with Perl specific syntax is the right way to go. Since that would corrupt the info page layout then. The right way would be to edit the texi2pod script for all lists. -

Re: [Bug-wget] Problems with pod2man

2013-06-05 Thread Tim Ruehsen
Hi Darshit, did you try to edit wget.texi ? Just search for '@item 0', change und try to make it. (I am not able to install perl 5.18 on Debian due to some dependancy problems...) Am Wednesday 05 June 2013 schrieb Darshit Shah: > With the latest version of Perl, the pod2man script was edited.