Naxos
Naxos
Also, `smb_stat_name(stat)` on the result of `smb_fstat` returns the complete path (including the name of the share), while the same call on an item of a `smb_stat_list` only returns the...
Not sure I understand your question. As mentioned above `smb_fstat` gives the complete path `smb_stat_list` just the name(s).
Ah, are you talking about the samba client?
If however, you are referring to the posix function, the file name or path doesn't seem to be part of the result: ``` c struct stat { dev_t st_dev; /*...
And this is from the samba smbclient: > stat file > This command depends on the server supporting the CIFS UNIX extensions and will fail if the server does not....
Thanks. BTW, on the command line `stat` just echoes what you key in, e.g. `stat -f "%N" ../asdf/test.pdf` would print `../asdf/test.pdf`.
Can I take from the link above, that a connection against Windows 10 doesn't work either? (Sorry, don't have a Windows 10 box to test myself)
As a side-note for those who need a workaround for OS X 10.11.5: Adding the two lines ``` SigningRequired ``` to `/Library/Preferences/SystemConfiguration/com.apple.smb.server.plist` and restarting the server (or switching SMB sharing...
Yes, just a workaround until there is a solution.