Re: wget -k downloading to shares fails with seemingly spurious "permission denied" error

2009-03-26 Thread Corinna Vinschen
On Mar 26 06:02, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Corinna Vinschen on 3/25/2009 9:51 AM: > > No, I can reproduce it using an XP client and a remote directory on my > > 2K8 domain controller. Examining the strace output from wget, you can > > see

Re: wget -k downloading to shares fails with seemingly spurious "permission denied" error

2009-03-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 3/25/2009 9:51 AM: > No, I can reproduce it using an XP client and a remote directory on my > 2K8 domain controller. Examining the strace output from wget, you can > see that wget tries to delete the file while still h

Re: wget -k downloading to shares fails with seemingly spurious "permission denied" error

2009-03-25 Thread Corinna Vinschen
On Mar 25 13:47, Barry Kelly wrote: > Can anyone else at all confirm the behaviour I am seeing, or is it just > me? (Or is Larry just blessed? :) No, I can reproduce it using an XP client and a remote directory on my 2K8 domain controller. Examining the strace output from wget, you can see that w

Re: wget -k downloading to shares fails with seemingly spurious "permission denied" error

2009-03-25 Thread Barry Kelly
Can anyone else at all confirm the behaviour I am seeing, or is it just me? (Or is Larry just blessed? :) Thanks, -- Barry Barry Kelly wrote: > I'm having a problem that doesn't seem to admit logical explanation, > apart from a bug in either wget, Cygwin or Windows' implementation of > SMB shar

Re: wget -k downloading to shares fails with seemingly spurious "permission denied" error

2009-03-23 Thread Barry Kelly
Larry Hall (Cygwin) wrote: > On 03/23/2009, Barry Kelly wrote: > > $ wget -k google.com > > > > This should download an index.html, then convert any relative links in > > the html to absolute links. However, when I run it, I get output that > > looks more like this: > > > > $ wget -k google.com

Re: wget -k downloading to shares fails with seemingly spurious "permission denied" error

2009-03-23 Thread Larry Hall (Cygwin)
On 03/23/2009, Barry Kelly wrote: $ wget -k google.com This should download an index.html, then convert any relative links in the html to absolute links. However, when I run it, I get output that looks more like this: $ wget -k google.com # ... Length: unspecified [text/html] Saving to: `index.

wget -k downloading to shares fails with seemingly spurious "permission denied" error

2009-03-23 Thread Barry Kelly
I'm having a problem that doesn't seem to admit logical explanation, apart from a bug in either wget, Cygwin or Windows' implementation of SMB shares. Assume the current directory is a UNC path to a share on another machine (say, //foo/blah), with full permissions. Run the following command from C