files

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2022 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FilesClient added in v0.1.0

type FilesClient struct {
	// contains filtered or unexported fields
}

func (*FilesClient) DownloadFile added in v0.1.0

func (c *FilesClient) DownloadFile(webdavpath string, localpath string) error

func (*FilesClient) Login added in v0.1.0

func (c *FilesClient) Login(config *types.ClientConfig) error

func (*FilesClient) Logout added in v0.1.0

func (c *FilesClient) Logout() error

func (*FilesClient) ReadDir added in v0.1.0

func (c *FilesClient) ReadDir(path string) ([]os.FileInfo, error)

func (*FilesClient) ReadFile added in v0.1.0

func (c *FilesClient) ReadFile(path string) ([]byte, error)

func (*FilesClient) UploadFile added in v0.1.0

func (c *FilesClient) UploadFile(localpath string, webdavpath string) error

func (*FilesClient) WriteFile added in v0.1.0

func (c *FilesClient) WriteFile(path string, content []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL