Documentation
¶
Index ¶
- type FTP
- func (c FTP) DeleteDir(path string) error
- func (c FTP) DeleteFile(path string) error
- func (ftp *FTP) GetFile(path string, offset int64) (int64, io.ReadCloser, error)
- func (c FTP) Mkdir(name string, perm os.FileMode) error
- func (c FTP) ReadDir(name string) ([]fs.FileInfo, error)
- func (c FTP) Rename(fromPath string, toPath string) error
- func (c FTP) Stat(name string) (os.FileInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.