Return zip file to client

Hello guys! I’ve got a method which creates a zip file in a private directory. So how can I send this file stored in Assets back to client?

You can always use something like https://github.com/meteorhacks/picker to read that file in a Buffer and return it in a response with a content-disposition for downloading.