> I use WebdavResource's mkcolMethod to upload files such as > "/root/web/components/files/file1.java, if the folder "components/files" > does not exist, I have to creat it first. My question is: I found that I had > to make two calls to mkcolMethod. The first time to create "components" > folder and the next one is to create its "files" subfolder. Is there anyway > we can create both "components" and its subfolder at one time?
Unfortunately not. There is no "mkdir -p" equivalent in WebDAV. Regards, Ingo > > Thanks. > > Richard > > > **************************************************************************** > This email may contain confidential material. > If you were not an intended recipient, > Please notify the sender and delete all copies. > We may monitor email to and from our network. > **************************************************************************** > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
