Skip to main content
Glama

MCP Server for FTP Access

upload-file

Upload files to an FTP server by specifying the destination path and content. This tool enables users to transfer data directly to remote servers through natural language commands.

Instructions

Upload a file to the FTP server

Input Schema

NameRequiredDescriptionDefault
contentYesContent to upload to the file
remotePathYesDestination path on the FTP server

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "Content to upload to the file", "type": "string" }, "remotePath": { "description": "Destination path on the FTP server", "type": "string" } }, "required": [ "remotePath", "content" ], "type": "object" }

Other Tools from MCP Server for FTP Access

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/alxspiker/mcp-server-ftp'

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