Documentation ¶
Index ¶
- type Executor
- type FtpAdapter
- func (s *FtpAdapter) Connection(con *ssh.Client) (*sftp.Client, error)
- func (s *FtpAdapter) CreateDir(conn *sftp.Client, root string) error
- func (s *FtpAdapter) CreateFile(conn *sftp.Client) error
- func (s *FtpAdapter) GetFiles(conn *sftp.Client) error
- func (s *FtpAdapter) GetRootPath(conn *sftp.Client) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FtpAdapter ¶
type FtpAdapter struct {
// contains filtered or unexported fields
}
func (*FtpAdapter) Connection ¶
func (*FtpAdapter) CreateFile ¶
func (s *FtpAdapter) CreateFile(conn *sftp.Client) error
func (*FtpAdapter) GetRootPath ¶
func (s *FtpAdapter) GetRootPath(conn *sftp.Client) error
Click to show internal directories.
Click to hide internal directories.