Any simple example on how to send a file (or multiple files)?

I have a SOAP API for our customers, but now I need to give them the option to retrieve a file or a list of files from the server too. Any example on how to do that?

TIA

Hi,

you can read file into stream (aka binary) and send this stream.
You can review the MegaDemo sample - it shows how to send stream

also we have the Extended File Transfer and the File Broadcast samples - they show how to send files.