upload_file
Transfer local files or directories to a remote server using SSH. Specify server name, remote path, and local source to securely upload data.
Instructions
将本地的文件或者目录上传到远程服务器 参数:
- server_name: 服务器名称
- remote_path: 远程文件/目录路径
- local_src: 本地文件/目录路径
Input Schema
Name | Required | Description | Default |
---|---|---|---|
local_src | Yes | ||
remote_path | Yes | ||
server_name | Yes |