>>
>> Message: 1
>> Date: Fri, 28 Apr 2017 15:21:45 -0500
>> From: Kirk
>> To: cocoa-dev@lists.apple.com
>> Subject: Mysterious write-only SMB behavior
>> Message-ID: <8be95449-f93e-4847-ae39-4f45f63c
--
>>
>> Message: 1
>> Date: Fri, 28 Apr 2017 15:21:45 -0500
>> From: Kirk
>> To: cocoa-dev@lists.apple.com
>> Subject: Mysterious write-only SMB behavior
>> Message-ID: <8be95449-f93e-4847-ae39-4f45f63c5...@g
-0500
> From: Kirk
> To: cocoa-dev@lists.apple.com
> Subject: Mysterious write-only SMB behavior
> Message-ID: <8be95449-f93e-4847-ae39-4f45f63c5...@gmail.com>
> Content-Type: text/plain; charset=us-ascii
>
> I have Cocoa application that does a specialized tas
I doubt this is the same issue, but I recently came across a situation where my
Mac is a client of a samba share from Linux. If I attempt to overwrite a file
on the samba share, it crashes the app that's looking at the directory, because
that app can't handle the change in, of all things, the re
I have Cocoa application that does a specialized task for my employer. It runs
on a Mini running Sierra but all file I/O is from/to network SMB volumes shared
by Windows Server over the company network.
The Mini is a full admin domain member, both computer and user.
This application has been w