Hi Chris, Actually, what I am trying to do is simply transfer (copy) all the content which is in Slide (i.e. /files/*) to a directory on my machine (i.e. C:\files\) from within a Java application. For example, I would have a servlet that would respond to a request for a "file transfer" operation by reading the content in Slide and copying it to a user-specified directory on the filesystem. I don't need to keep all the meta-info about the content.
I am very new to Slide and I'm not even sure I have a full grasp of the way everything works, so the more info you can give me the better ;) Thanks -Igal -----Message d'origine----- De : Christopher Lenz [mailto:[EMAIL PROTECTED]] Envoy� : Monday, March 11, 2002 1:59 PM � : Slide Users Mailing List Objet : Re: Copying Slide content Hi Igal, 11.03.2002 17:50:42, "Igal Corcos" <[EMAIL PROTECTED]> wrote: >Hello, > >Does anyone know how to copy content from Slide to another >filesystem? >For example, I would like to copy the all the files in /files to >another directory on my machine (or another machine). Is this even >possible? umm... using WebDAV? (btw. the 'sitecopy' client is very much about what you're describing) But seriously, if you're talking about preserving all the (meta-) information Slide is maintaining, that would be a kind of replication mechanism, which is not (currently) supported. But then... maybe I've misunderstood what you want :) -chris ________________________________________________________________ cmlenz at gmx.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
