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