Skip to main content
Glama

MCP Server for FTP Access

by alxspiker

create-directory

Easily create directories on an FTP server by specifying the desired remote path. Simplify file organization and management through direct MCP server integration.

Instructions

Create a new directory on the FTP server

Input Schema

NameRequiredDescriptionDefault
remotePathYesPath of the directory to create

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "remotePath": { "description": "Path of the directory to create", "type": "string" } }, "required": [ "remotePath" ], "type": "object" }

You must be authenticated.

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