MCP Server for FTP Access

by alxspiker
Verified

list-directory

Retrieve and display the contents of a specified directory on an FTP server using the remote path provided.

Instructions

List contents of an FTP directory

Input Schema

NameRequiredDescriptionDefault
remotePathYesPath of the directory on the FTP server

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP Server for FTP Access

Related Tools

ID: ff9z4aw2np