Updated Solution to OSX 10.11.5 SMB error -36

So Seth Goldin on the Apple forum has gave us a solution but I think WD might need to investigate this signing business.

Here is a direct link to Seth Goldin post https://discussions.apple.com/message/30287193#30287193

and here is my step by step procedure on a Mac

  1. start up terminal
  2. cd /etc
  3. sudo vim nsmb.conf
  4. type in your password
  5. while in edit press the letter i for insert
  6. copy and paste the following text
    [default]
    signing_required=no
  7. hit esc, then the colon : to get to the command line, then type wq [enter]
  8. reboot your mac
  9. now a standard mapping of SMB will work as before.