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 wget tries to delete the file while still having a file mapping open. That's the problem. Windows doesn't allow to delete remote files with an open file mapping. I don't know any way around that. In theory, wget would have to be fixed to not do that on Cygwin. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/