Documentation ¶
Index ¶
- Variables
- type Sftp
- func (b Sftp) Cat(path string) (io.ReadCloser, error)
- func (b Sftp) Close() error
- func (b Sftp) Home() (string, error)
- func (s Sftp) Init(params map[string]string, app *App) (IBackend, error)
- func (b Sftp) LoginForm() Form
- func (b Sftp) Ls(path string) ([]os.FileInfo, error)
- func (b Sftp) Mkdir(path string) error
- func (b Sftp) Mv(from string, to string) error
- func (b Sftp) Rm(path string) error
- func (b Sftp) Save(path string, file io.Reader) error
- func (b Sftp) Stat(path string) (os.FileInfo, error)
- func (b Sftp) Touch(path string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var SftpCache AppCache
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.