ssh_upload
Transfer files from a local system to a remote server via SSH. Specify server name, local file path, and remote destination path to securely upload files across connected systems.
Instructions
Upload file to remote SSH server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
localPath | Yes | Local file path | |
remotePath | Yes | Remote destination path | |
server | Yes | Server name |