mule - Carry Original File Name to FTP endpoint -
using mule studio version: 3.5.0 build id: 201402101410 i have simple flow. need pick file 1 ftp server , transfer ftp server. when file written target, filename looks kind of uuid rather original file name. how file name carry through? have tried #[header:originalfilename] throws error assume maybe file connectors. here flow: <?xml version="1.0" encoding="utf-8"?> <mule xmlns:file="http://www.mulesoft.org/schema/mule/file" xmlns:ftp="http://www.mulesoft.org/schema/mule/ftp" xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:doc="http://www.mulesoft.org/schema/mule/documentation" xmlns:spring="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context" version="ce-3.4.0" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xsi:schemalocation="http://www.springframework.org/schema/beans http://www...