mirror of https://github.com/midoks/mdserver-web
parent
43581c52aa
commit
d4aa9fa825
@ -0,0 +1,7 @@ |
||||
uid = www |
||||
gid = www |
||||
use chroot = no |
||||
max connections = 100 |
||||
log file = /var/log/rsyncd.log |
||||
pid file = /var/run/rsyncd.pid |
||||
list = false |
@ -1,11 +1,8 @@ |
||||
|
||||
|
||||
function smbRead(){ |
||||
function rsRead(){ |
||||
var readme = '<ul class="help-info-text c7">'; |
||||
readme += '<li>mac上连接`cmd+k`</li>'; |
||||
readme += '<li>不产生.DS_Store文件: defaults write com.apple.desktopservices DSDontWriteNetworkStores true</li>'; |
||||
readme += '<li>windows上连接例子: \\192.168.1.194</li>'; |
||||
|
||||
readme += '<li></li>';
|
||||
readme += '</ul>'; |
||||
|
||||
$('.soft-man-con').html(readme);
|
||||
|
Loading…
Reference in new issue