Documentation
¶
Overview ¶
Package webdav provides access to remote files through WebDAV.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidURL indicates that the configured WebDAV URL is unusable. ErrInvalidURL = errors.New("invalid webdav url") // ErrAuthentication indicates that the server rejected the credentials. ErrAuthentication = errors.New("webdav authentication failed") // ErrUnexpectedStatus indicates that the server did not return a WebDAV // Multi-Status response. ErrUnexpectedStatus = errors.New("unexpected webdav status") // ErrInvalidResponse indicates that the server returned invalid WebDAV XML. ErrInvalidResponse = errors.New("invalid webdav response") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client lists remote WebDAV collections.
Click to show internal directories.
Click to hide internal directories.