upload
Upload a local file to a remote SSH server with an active session. Provide session ID, local path, and remote path to securely transfer the file.
Instructions
Upload file to SSH server
Args:
session_id: Session ID
local_path: Local file path
remote_path: Remote file path
Returns:
Dictionary containing upload status information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_path | Yes | ||
| session_id | Yes | ||
| remote_path | Yes |