On  0, Patrick Mougin <[EMAIL PROTECTED]> wrote:
> Hi there,
> 
> > The syntax is as follows,
> >
> >         veto files = /.*/
> >
> Here's a possible solution: if that is a regex you're trying to specify, i
> can see the problem. Basically, if you type just .* for the regex, it'll
> match _every_ file it comes into contact with. An alternative to try out
> would be this:
> 
> veto files = /^\..*/
> 
> That should match a dot at the beginning of the line and then anything else
> for the rest.
> 

Thanks for replying. I did the following,

hide dot files = yes
veto files = /.?*/

and it works. This hides the dot files and allows me to write to the Samba
server.

-- 

Subba Rao
[EMAIL PROTECTED]
http://pws.prserv.net/truemax/


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to