Skip to content

karamani/webdavclnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draft version. Only for tests.

Basic Usage

Получения значение свойств creationdate и getlastmodified

client := webdavclnt.
		NewClient("connectionString").
		SetLogin("login").
		SetPassword("passw")

propsmap, err := client.PropFind("/webdav/test.txt", "creationdate", "getlastmodified")
if err != nil {
	panic(err)
}

fmt.Printf("%#v\n", propsmap)

About

Golang WebDav client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published