Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Client interface { DownloadFileInto(w http.ResponseWriter, remotePath string) error PushReader(f io.Reader, destPath string) error Get(remotePath string) ([]byte, error) PushFolderTar(folder, destPath string) error PullFolderTar(remotePath, destination string) error PullFolderTarWithProgressBar(remotePath, destination string) error UploadFolder(folder, dest string) error Exists(remotePath string) (bool, error) DeleteFolder(folder string) error }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.