
Questions: 23,661 //
Answers: 52,176 //
Contributing Members: 17,932
I am trying to move file from local folder to remote server. I initially used File connector, if I give the server path in properties file and access it through File connector, I am able to move the file to Server location. But I need to get the server path dynamically from a call to another api. I stored the path in flowvariable and used it in File connector. Then its not moving file to server.
I tried using FTP connector but facing this issue: Message : Connection closed without indication. (org.apache.commons.net.ftp.FTPConnectionClosedException)
I used this: ftp:outbound-endpoint host="cd01-fs1.com" port="80" path="dit_hr_eh\\clientdata\\nem2hp\\batch\\temp\\21d" connector-ref="FTP" outputPattern="fvFileName" responseTimeout="10000" doc:name="FTP"
Could anyone help with this. Thanks
Sep 14, 2017 at 04:08 PM, jdixit answered with:
can you check if flow variable is able to bring back the path from API.
Yes it is. I am able to get this path: dit_hr_eh\\clientdata\\nem2hp\\batch\\temp\\21d
Writing Payload to File and also to SFTP issue 1 Answer
smtp and pop3 connector in mule issue 1 Answer
Maven support option unavailable 3 Answers
How can i configure flows to combine 2 xml files when one is waiting on disk drive 2 Answers
A blank database configuration dialog box in AnypointStudio 1 Answer