"Eduardo Alfonso " <[EMAIL PROTECTED]> writes: > Hi > > I have a java application that uploads files to a webdav server (sharemation > account). > > I want to let everybody download these files but, obviously I don't want to give > them my user and password. > > Can I use slide library to give access permissions to these files from my java > application ? > > Something like "chmod 755 file" but using slide webdav library ? > > I've searched through the api and I couldn't find the way to do this. > > Is it possible ?
Slide supports Webdav Acess control lists (http://www.webdav.org/acl/). If your webdav server supports this, you can change permissions. Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
