I'm trying to copy files on a SMB fileshare. When I attempt to copy the files in Finder, I get the following error:
The operation can’t be completed because you don’t have permission to access some of the items.
Copying via Terminal.app (using a simple cp
command) works just fine.
Permissions on the folders (as seen from the computer attached to the fileshare) are as follows:
Source:
dr-xr-x--- 2 smokris staff 16384 Oct 13 10:55 .
dr-xr-x---@ 61 smokris staff 16384 Oct 13 10:56 ..
-r--r----- 1 smokris staff 53970 Oct 13 10:55 ._IMG_3823.JPG
-r--r-----@ 1 smokris staff 3135600 Oct 13 10:55 IMG_3823.JPG
Destination:
drwxrwx--- 2 smokris staff 16384 Apr 9 10:17 .
drwxrwx--- 3 smokris staff 16384 Apr 9 10:15 ..
Any ideas?