FTP/SFTP Deleter Component
Deletes the file specified in the object passed into the component from the File Transfer Server. The component accepts either MappedData or StringData to specify the file to be deleted.
Data Governance
The File Transfer Deleter component will update the status of the deleted item in the Data Governance System to DELETED.
Input Channels
delete — Deletes the file specified by the input object. If the input object is a MappedData, the file path stored in the "filePath" entry is deleted. If the input object is a StringData, the file path stored in the object is deleted. Other object types will cause a warning and a signal on the failure output channel.
Output Channels
success — Returns a SignalData object indicating that the File was successfully deleted from the File Transfer Server.
failure — Returns a SignalData object indicating that the File was not successfully deleted from the File Transfer Server.
Parameters
resource — (FTP Resource) The resource defining the service to which this component should connect