properties
remoteHost=ftp.example.com
remotePort=21
username=user123
password=pass123
passiveMode=true
dataConnectionMode=ACTIVE_PASV
<route>
<from uri="ftp://download"/>
<to uri="file:/path/to/save/directory"/>
</route>
<route>
<from uri="file:/path/to/upload/directory"/>
<to uri="ftp://upload"/>
</route>