dirsync icon indicating copy to clipboard operation
dirsync copied to clipboard

[Errno 13] Permission denied for Updating existing file

Open walterjunjun opened this issue 4 years ago • 1 comments

First of all, nice program. But I saw several permission errors for 'updating' from local pc to network share. The error only pops up when dealing with 'existing files' (most of them even do not need to be updated based on ctime, strange)

Updateing file '[dest/new_file]' ## no error Updating file '[dest/existing_file]' ## updating the unchanged existing file [Errno 13] Permission denied, ....

------------------------------------------- My environment: windows 10 anaconda 2 (python 2.7); dirsyn._version='2.2.4'; action ='sync'; opt={ 'verbose':True, 'ctime':True, 'force':False, 'create':True};

walterjunjun avatar Apr 30 '20 15:04 walterjunjun

The same problem. Did you manage to find a solution?

alexfromvl avatar Feb 11 '22 15:02 alexfromvl