Documentation ¶
Index ¶
- type NfsShare
- func (this NfsShare) Cat(path string) (io.ReadCloser, error)
- func (this NfsShare) Close()
- func (this NfsShare) Init(params map[string]string, app *App) (IBackend, error)
- func (this NfsShare) LoginForm() Form
- func (this NfsShare) Ls(path string) ([]os.FileInfo, error)
- func (this NfsShare) Meta(path string) Metadata
- func (this NfsShare) Mkdir(path string) error
- func (this NfsShare) Mv(from string, to string) error
- func (this NfsShare) Rm(path string) error
- func (this NfsShare) Save(path string, file io.Reader) error
- func (this NfsShare) Touch(path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NfsShare ¶
type NfsShare struct {
// contains filtered or unexported fields
}
func (NfsShare) Mv ¶
this wasn't implemented in the original lib and considering PR aren't handled by vmware, we did come with the implementation as of RFC1813 in: https://www.rfc-editor.org/rfc/rfc1813#section-3.3.14
Click to show internal directories.
Click to hide internal directories.