the plugin function plugins.file.moveFile() does not work on OS X if I want to move a file from one server volume to another folder on that server volume:
I can reproduce the issue although you do get feedback when it doesn’t move the file.
The functions returns true/false if it’s successful or not.
Maybe it has something to do with setting the owner/group because when I do the same thing in the command line using the mv command then I get the following error:
mv: /Volumes/server1/test.zip: set owner/group (was: 501/501): Operation not supported