Re: [Fsp-users] Enable remote directory deletion on FSP-Server?
UDP File transfer protocol
Brought to you by:
hsn
From: Radim K. <hs...@se...> - 2009-08-24 14:47:48
|
> Now I can create directories, up- and download files, rename files and > directories and delete files. > But it's not possible to delete such a created directory!!! > I know. This is known problem, i can take a closer look on it and fix it. > The IP on the client is 10.258.9.58, and fspd wrote > 10-10.248-248.9-9.58-58 as owner. Is that correct behaving? > It is. > As mentioned above, when I try to delete the empty directory "test", > then I get "Can't remove test: rmdir: cannot unlink". I think fspd can't > remove this directory because it isn't really empty because of the > generated .FSP_OWNER file! > you are right. > After deleting this .FSP_OWNER file manually on the server, I get this > error message on client: "Can't remove test: Permission denied". > The server debug log says no more on this topic: > rcv (DELDIR,key=0x03D8,seq=0x7C70,len=14,len2=0,pos=0) <--- > sbraun-laptop.lan > Validating path = Incoming/test len=14 > looking for directory Incoming/test in statcache. > putting into statcache: Incoming/test > [LOG] Wed Aug 19 17:35:36 2009 sbraun-laptop.lan > DELDIR /Incoming/test: ERROR Permission denied > snd (ERR,key=0x7095,seq=0x7C70,len=18,len2=0,pos=0) ---> 10.248.9.58 > have FSPD process rights to delete directories in /Incoming? he needs write access to that directory. |