
Questions: 23,767 //
Answers: 52,373 //
Contributing Members: 18,028
Hi,
So I'm using an FTP Connector with credentials from an ftp site. I did not put anything on WorkingDirectory on the Config and the Directory on the Connector itself since I'm trying to poll on the root directory of the ftp, but I'm getting an error:
org.mule.extension.file.common.api.exceptions.IllegalPathException: Cannot list path '\' because it's a file. Only directories can be listed
Caused by: org.mule.runtime.api.exception.MuleRuntimeException: Cannot list path '\' because it's a file. Only directories can be listed
Can you suggest some fix for this?
Thanks
Feb 05 at 04:08 AM, eshwar11naidu9 answered with:
Hi @paredesm ,
Try like this format..
"/root/input"
This will work for New or updated FTP trigger!
Regards, Eswara Pendli
Nov 11, 2018 at 11:36 PM, paredesm answered with:
@sadik_ali I'm using "On New or Updated File" FTP connector with a Logging Connector to read the file name and move it to a folder as a Post processing action, also we tried using FTPS, it works with the same setup as the FTP with additional keystore and truststore but it only read 1 file so that's another problem.
For the link that you posted, how can you add SSL properties? and I couldn't find the Receiver/Send connector on FTP (I'm using 1.2.2). Sorry I'm new at using this type of configuration.
Nov 11, 2018 at 06:18 PM, sadik_ali answered with:
@paredesm : Please find below link might help you.. if not.. please share your flow to validate https://www.nsoftware.com/kb/articles/mule-ftp-connector.rst
Thanks, Sadik Ali
Outbound FTP Connection Refused 6 Answers
FTP Connector not throwing exception on archive failure and result in duplicate processing 1 Answer
Is there any way to set filename pattern for FTP inbound request 1 Answer
FTP to MVS system (Mainframe) 1 Answer
Mule 3 / FTP Connector - Get all the files in each poll 2 Answers