Skip to main content
Glama

MCP SSH Tools Server

by nwnusun-cool

download_file

Download files or directories from a remote server to a specified local path. Supports recursive directory transfers through SSH using server name, remote path, and local destination parameters.

Instructions

下载远程服务器的文件或者目录,保存到指定目录下,如果是目录,则递归下载 参数:

  • server_name: 服务器名称
  • remote_path: 远程文件/目录路径
  • local_src: 本地文件/目录路径

Input Schema

NameRequiredDescriptionDefault
local_srcYes
remote_pathYes
server_nameYes

Input Schema (JSON Schema)

{ "properties": { "local_src": { "title": "Local Src", "type": "string" }, "remote_path": { "title": "Remote Path", "type": "string" }, "server_name": { "title": "Server Name", "type": "string" } }, "required": [ "server_name", "remote_path", "local_src" ], "title": "download_fileArguments", "type": "object" }
Install Server

Other Tools from MCP SSH Tools Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nwnusun-cool/mcp-server-ssh-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server