Guten Tag on which container will you be implementing?
Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > Subject: [VFS] Trying To Use WebDAV > Date: Tue, 27 Apr 2010 11:49:35 -0700 > From: [email protected] > To: [email protected] > > Hi, > > > > I was trying to use the following solution in order to obtain a > FileObject using the WebDAV protocol (posted earlier on a thread): > > > > > > WebdavFileSystemConfigBuilder builder = > > > (WebdavFileSystemConfigBuilder)manager.getFileSystemConfigBuilder("webda > v"); > > final String uri = System.getProperty(TEST_URI); > > FileSystemOptions opts = new FileSystemOptions(); > > builder.setRootURI(opts, uri); > > return manager.resolveFile(uri, opts); > > > > and found out that builder.setRootURI(opts,uri); is not a choice on > builder (not supported for the API I have). Is there an alternative? > > > > Is the TEST_URI the one constructed from: > > > > Credentials credentials = credentialsBuilder.build(); > > String uri = credentials.toFileObjectURL(); > > > > Finally, how can the username and password be set? > > > > Thanks, > > Theresa > > > _________________________________________________________________ Hotmail is redefining busy with tools for the New Busy. Get more from your inbox. http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2
