Patrick,
You could ask the source system to send the file in base64 encoded format. Once you receive via REST call, you can make use of the public built in services under pub.file folder (stringToFile, bytesToFile etc.,) to place the file in specific folder in the same machine.
-Senthil