Documentation ¶
Index ¶
- type Easysftp
- func (esftp Easysftp) Close() (errors []error)
- func (esftp Easysftp) Get(localFilepath string, remoteFilepath string) (int64, error)
- func (esftp Easysftp) GetRecursively(localPath string, remotePath string) error
- func (esftp Easysftp) GetWithProgress(localFilepath string, remoteFilepath string, transferred *int64, total *int64) (int64, error)
- func (esftp Easysftp) Put(localFilepath string, remoteFilepath string) (int64, error)
- func (esftp Easysftp) PutRecursively(localPath string, remotePath string) error
- func (esftp Easysftp) PutWithProgress(localFilepath string, remoteFilepath string, transferred *int64, total *int64) (int64, error)
- func (esftp Easysftp) Quit() (errors []error)
- type File
- type IOReaderProgress
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Easysftp ¶
Easysftp Stored Client val
func (Easysftp) GetRecursively ¶
GetRecursively is Recursively Download entire directories
func (Easysftp) GetWithProgress ¶
func (esftp Easysftp) GetWithProgress(localFilepath string, remoteFilepath string, transferred *int64, total *int64) (int64, error)
GetWithProgress [Experimental] Get with Display Processing Bytes
func (Easysftp) PutRecursively ¶
PutRecursively is Recursively Upload entire directories
Click to show internal directories.
Click to hide internal directories.