Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DownloadInput ¶
type DownloadInput struct {
Server string `` /* 126-byte string literal not displayed */
RemotePath string `json:"remote_path" jsonschema:"Absolute path to the file on the remote server. Must be a file, not a directory."`
LocalPath string `json:"local_path" jsonschema:"Absolute path for the local destination. Parent directories will be created if needed."`
}
type DownloadOutput ¶
type UploadInput ¶
type UploadInput struct {
Server string `` /* 126-byte string literal not displayed */
LocalPath string `json:"local_path" jsonschema:"Absolute path to the local file to upload. Must be a file, not a directory."`
RemotePath string `json:"remote_path" jsonschema:"Absolute path for the destination on the remote server. Parent directory must exist."`
}
type UploadOutput ¶
Click to show internal directories.
Click to hide internal directories.