MCP Server for FTP

Build 25.0.9440

DeleteFile

Deletes a specific file from the connected FTP server, which is useful for removing outdated or unwanted files during automated file management processes.

Deleting Files

FTP allows only a small subset of columns to be used in the EXEC query. These columns can typically be used with only = comparison. For example:

EXECUTE DeleteFile RemoteFile = '/home/test/CDataTest/SPTest/TestFile.txt'

Input

Name Type Required Description
RemoteFile String False The full path and name of the file on the remote FTP server that should be deleted.

Result Set Columns

Name Type Description
Success String Indicates whether the delete operation completed successfully (true) or unsuccessfully (false).

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440