Hello everyone,
I’m facing an FTP issue in IBM App Connect Enterprise 13 while using a FileInput node to connect to an FTPS (STARTTLS) server.
Setup / Environment
-
Product: IBM App Connect Enterprise 13
-
OS: Windows
-
Flow: LockboxParserFlow
-
Node: FileInput
-
Protocol: FTP / FTPS (STARTTLS)
-
Remote server: <REMOTE_FTP_HOST>
What I did
We are using a FileInput node to connect to FTPS using SSL.
I created a JKS truststore using the IBM IKeyman tool, generated a certificate request, got it CA-signed, and imported it back into the .jks file.
The truststore was copied to:
I then updated the integration server’s server.conf.yaml with the truststore details and restarted the server.
SSL/TLS is working fine now — there are no PKIX or handshake errors.
Error I’m seeing
What I observed
-
FTP connection and authentication succeed
-
FileInput node detects and processes the file
-
Failure happens after processing, when ACE issues a DELE command
-
The FTP server blocks the delete operation with 534 (policy restriction)
This looks like a server-side restriction on file deletion, not a connectivity or SSL issue.
Questions
-
Does the FileInput node always issue a DELE command after successful file processing?
-
In ACE 13, is there a way to configure FileInput to:
-
Has anyone dealt with FTP servers that block DELE due to security/compliance policies, and how was it handled?
-
Are there any FtpServer policy settings that control this delete behavior?
Any guidance or best practices would really help.
Thanks in advance.