Re: Problem with renaming a file

2006-05-24 Thread Wayne Davison
On Wed, May 24, 2006 at 12:39:27AM -0700, Rajesh Prabhu wrote: > as you've suggested i tried modifying the value of thisname in flist.c... > But this returns an error stating that some files have vanished Oops. I tried to just pick an easy spot to tweak, but that is too early in the scheme of thi

Re: Problem with renaming a file

2006-05-24 Thread Rajesh Prabhu
Wayne Davison <[EMAIL PROTECTED]> wrote: On Mon, May 22, 2006 at 08:58:43PM -0700, Rajesh Prabhu wrote:> Now that im able to get the attribute of a file(whether its hidden or> not) using attrib.exe, is there a way to transfer such hidden files> from windows machine to linux machine with a prepended

Re: Problem with renaming a file

2006-05-23 Thread Wayne Davison
On Mon, May 22, 2006 at 08:58:43PM -0700, Rajesh Prabhu wrote: > Now that im able to get the attribute of a file(whether its hidden or > not) using attrib.exe, is there a way to transfer such hidden files > from windows machine to linux machine with a prepended "."? To do this with the stock rsync

Problem with renaming a file

2006-05-22 Thread Rajesh Prabhu
Hi Im running rsync server on a windows machine compiled on a cygwin. Suppose that i do a rsync from a linux machine to this windows machine, im able to successfully transfer all the files even if they are hidden. Now that im able to get the attribute of a file(whether its hidden or not) using attr