I need to get file from sfdc and send it to ftp server. I am using mulesoft to connect sfdc.
I have seen below docs in sfdc, but this is like getting content and do mapping and convert to file. Instead of this, I need to get file directly from sfdc and send the file to ftp or email. Any changes in future will be changed in sfdc so that no changes required in mulesoft code.

EDIT:
Below thread reads the content of attachment, and making it as required file format. But, I am trying to look for directly reading file from sfdc and load the file to local disk.
I don't find any operation in sfdc connector to get the file from sfdc.