Re: read dir list with write only option

2017-10-11 Thread Pavel Kasparek via rsync
On 10/08/2017 06:19 PM, Wayne Davison wrote: > On Wed, Sep 6, 2017 at 1:00 AM, Pavel Kasparek via rsync > mailto:rsync@lists.samba.org>> wrote: > > when the "write only = yes" option is used on rsync server, [... > would a] hacked client [...] be able to get the list of remote dir [?] > > >

Re: read dir list with write only option

2017-10-08 Thread Wayne Davison via rsync
On Wed, Sep 6, 2017 at 1:00 AM, Pavel Kasparek via rsync < rsync@lists.samba.org> wrote: > when the "write only = yes" option is used on rsync server, [... would a] > hacked client [...] be able to get the list of remote dir [?] It wouldn't work. The listing action is a special kind of read oper

Re: read dir list with write only option

2017-09-06 Thread Kevin Korb via rsync
--list-only (or no target specified) are the only listings without transferring that rsync supports. The restriction would not apply to the list of modules (IIRC there is another option for that). On 09/06/2017 04:00 AM, Pavel Kasparek via rsync wrote: > Hello all, > > when the "write only = yes

read dir list with write only option

2017-09-06 Thread Pavel Kasparek via rsync
Hello all, when the "write only = yes" option is used on rsync server, the client can't download any file from the server. My question is, if in that case the rsync protocol will allow the client to read the server directory content or not. The question is not about if standard rsync client will