Hi, I would like to use webdav for accessing to a IIS. So I would like to know the start point and the main steps to follow.
I ever done something like that :
this.repository = new TransientRepository();
SimpleCredentials credentials = new SimpleCredentials("admin",
"admin".toCharArray());
Session session = repository.login(credentials);
...
I you have some documents (links) about it, I would be very happy.
Thanks,
Regards.
Yannick
