mounting fritzbox and synology using smb did the trick.
Here what I have put into /etc/fstab:
//10.0.0.1/fritz.nas /mnt/fritzbox/ cifs username=xxxx,password=yyyy,vers=1.0,auto,users,defaults,_netdev 0 0
//10.0.0.9/share /mnt/synology/ cifs username=xxxx,password=yyyy,vers=1.0,auto,users,defaults,_netdev 0 0
[{"id":"a2ebd710.f21f18","type":"inject","z":"12ca0c96.d3b703","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":160,"y":320,"wires":[["e68c1f02.7765c"]]},{"id":"e68c1f02.7765c","type":"file in","z":"12ca0c96.d3b703","name":"NAS","filename":"/mnt/synology/standard-temp.CSV","format":"utf8","chunk":false,"sendError":false,"encoding":"none","x":370,"y":320,"wires":[["6a2d6c16.b675d4"]]},{"id":"6a2d6c16.b675d4","type":"debug","z":"12ca0c96.d3b703","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":610,"y":320,"wires":[]},{"id":"b49358e.46b28a8","type":"file in","z":"12ca0c96.d3b703","name":"Fritz","filename":"/mnt/fritzbox/gaeste-temp.CSV","format":"utf8","chunk":false,"sendError":false,"encoding":"none","x":370,"y":440,"wires":[["28a61a3b.fa1fb6"]]},{"id":"670fd85.ca63a28","type":"inject","z":"12ca0c96.d3b703","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":160,"y":440,"wires":[["b49358e.46b28a8"]]},{"id":"28a61a3b.fa1fb6","type":"debug","z":"12ca0c96.d3b703","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":610,"y":440,"wires":[]}]