MCP Server for FTP Access

by alxspiker
Verified

upload-file

Transfer files to an FTP server by specifying the content and destination path. Easily manage and upload data using simple input parameters for streamlined FTP interactions.

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" }

You must be authenticated.

Other Tools from MCP Server for FTP Access

Related Tools

ID: ff9z4aw2np