DeleteSFTP 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Deletes a file residing on an SFTP server.
Tags
delete, remote, remove, sftp
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
not found All FlowFiles, for which the file to delete did not exist, are routed to this relationship
success All FlowFiles, for which an existing file has been deleted, are routed to this relationship
failure All FlowFiles, for which an existing file could not be deleted, are routed to this relationship
Use Cases
  • Delete source file only after its processing completed
    Description
    Delete source file only after its processing completed
    Configuration
    Retrieve a file residing on an SFTP server, e.g. using 'ListSFTP' and 'FetchSFTP'.
    Process the file using any combination of processors.
    Store the resulting file to a destination, e.g. using 'PutFile'.
    Using 'DeleteSFTP', delete the file residing on an SFTP server only after the result has been stored.