Change working directory.
Examples:
require 'davclient/simple' cd("https://example.webdav.org/collection/") content = get("index.html") print content
# File lib/davclient/simple.rb, line 21 def cd(args) WebDAV.cd(args) end
# File lib/davclient/simple.rb, line 29 def find(*args, &block) WebDAV.find(*args, &block) end
# File lib/davclient/simple.rb, line 41 def get(args) WebDAV.get(args) end
Generated with the Darkfish Rdoc Generator 2.