Documentation ¶
Index ¶
- Variables
- type Ftp
- func (f Ftp) Cat(path string) (reader io.ReadCloser, err error)
- func (f Ftp) Close() error
- func (f Ftp) Execute(fn func(*goftp.Client) error)
- func (f Ftp) Home() (home string, err error)
- func (f Ftp) Init(params map[string]string, app *App) (IBackend, error)
- func (f Ftp) LoginForm() Form
- func (f Ftp) Ls(path string) (files []os.FileInfo, err error)
- func (f Ftp) Meta(path string) Metadata
- func (f Ftp) Mkdir(path string) (err error)
- func (f Ftp) Mv(from string, to string) (err error)
- func (f Ftp) Rm(path string) (err error)
- func (f Ftp) Save(path string, file io.Reader) (err error)
- func (f Ftp) Touch(path string) (err 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.