Hello,
At the moment I have a nice FM file running on my little MacMini server.
When i want to connect to it using the sharing function from a different computer, I want to use the script to create a pdf from a layout. Storing it in a special folder on th server.
When I tested it on the local machine I used the save string : file:<directory>/<filename.pdf>
And that works good.
But how do I do it when I want to save the pdf on the server itself.
I read something that i had to use a string like : fmnet:<IP>/<directory>/<filename.pdf>
But when I do that I get a message :
"document.pdf” could not be created on this disk. Use a different name, make more room on the disk, unlock it or use a different disk
What am I doing wrong?
Thanks
Koen