Hi,
I want to develop thanks to jackrabbit a WebDAV access to a remote IIS
server.
So I would like to know which classes I have to use.

I have ever started with this code :
Repository repository = new TransientRepository();
SimpleCredentials credentials = new SimpleCredentials("admin",
"admin".toCharArray());
Session session = repository.login(credentials);
...

Thanks in advance,
Regards.

Yannick

Reply via email to