Documentation ¶
Index ¶
- type Entry
- type EntryType
- type FTPS
- func (ftps *FTPS) ChangeWorkingDirectory(path string) (err error)
- func (ftps *FTPS) Connect(host string, port int) (err error)
- func (ftps *FTPS) DeleteFile(path string) (err error)
- func (ftps *FTPS) List() (entries []Entry, err error)
- func (ftps *FTPS) Login(username, password string) (err error)
- func (ftps *FTPS) MakeDirectory(path string) (err error)
- func (ftps *FTPS) PrintWorkingDirectory() (directory string, err error)
- func (ftps *FTPS) Quit() (err error)
- func (ftps *FTPS) RemoveDirectory(path string) (err error)
- func (ftps *FTPS) RetrieveFile(remoteFilepath, localFilepath string) (err error)
- func (ftps *FTPS) RetrieveFileData(remoteFilepath string) (data []byte, err error)
- func (ftps *FTPS) StoreFile(remoteFilepath string, data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FTPS ¶
func (*FTPS) ChangeWorkingDirectory ¶
func (*FTPS) DeleteFile ¶
func (*FTPS) MakeDirectory ¶
func (*FTPS) PrintWorkingDirectory ¶
func (*FTPS) RemoveDirectory ¶
func (*FTPS) RetrieveFile ¶
func (*FTPS) RetrieveFileData ¶
Click to show internal directories.
Click to hide internal directories.