require 'rubygems' require 'vortex_client' vortex = Vortex::Connection.new("https://www-dav.vortex-demo.uio.no/", :use_osx_keychain => true) props = vortex.propfind('/index.html') vortex.proppatch('/index.html','Forside vortex demo')