16楼的链接:
You can disable FTP by commenting out the FTP bean in the
projects/repository/config/alfresco/bootstrap-context.xml file:
<!– FTP Server –>
<!–
<bean id=”ftpServer”
class=”org.alfresco.filesys.FTPServer”
destroy-method=”stopServer”>
<constructor-arg>
<ref local=”fileServerConfiguration”/>
</constructor-arg>
</bean>
–>
You can disable NetBIOS (aka CIFS) by commenting out the CIFS bean in the
projects/repository/config/bootstrap-context.xml file: