Created
February 21, 2015 20:20
-
-
Save mmmpa/a31020cb8b133a41a747 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
read raw = Yes | |
write raw = Yes | |
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072 | |
min receivefile size = 16384 | |
use sendfile = true | |
aio read size = 16384 | |
aio write size = 16384 | |
unix charset = UTF-8 | |
dos charset = CP932 | |
hosts allow = 127. 192.168. | |
guest ok = yes | |
security = user | |
oplocks = no | |
dns proxy = no | |
map to guest = bad user | |
[home] | |
path = /home/mmmpa/Dropbox | |
writable = yes | |
guest ok = yes | |
read only = no | |
create mask = 0777 | |
directory mask = 0777 | |
force user = mmmpa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment