SMB touchups on macOS
This commit is contained in:
parent
fb6b1ae25e
commit
779401cc45
2 changed files with 5 additions and 3 deletions
|
|
@ -266,6 +266,8 @@ func (fm *FileManager) StartSMB(pwd string) error {
|
|||
workgroup = WORKGROUP
|
||||
dos charset = cp866
|
||||
unix charset = utf-8
|
||||
client min protocol = SMB2
|
||||
client max protocol = SMB3
|
||||
|
||||
read raw = yes
|
||||
write raw = yes
|
||||
|
|
@ -275,7 +277,7 @@ use sendfile = true
|
|||
aio read size = 16384
|
||||
aio write size = 16384
|
||||
server signing = no
|
||||
|
||||
|
||||
[linsk]
|
||||
browseable = yes
|
||||
writeable = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue