<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Disabling the FTP server. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/disabling-the-ftp-server/m-p/73980#M48387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where in the file-servers-custom.xml did you place the changes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following worked for me (on Windows XP, Alfresco Community Edition 2.0, AlfrescoCommunity-2.0-Setup.exe download):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;alfresco-config area="file-servers"&amp;gt;&lt;BR /&gt;…….&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– disable FTP server&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="FTP Server" replace="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverEnable enabled="false"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;BR /&gt;……..&lt;BR /&gt;&amp;lt;/alfresco-config&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;If you place the changes (between the ………. in the code sample above) within the &amp;lt;config evaluator="string-compare" condition="Filesystems" replace="true"&amp;gt; …..&amp;nbsp; &amp;lt;/config&amp;gt; section included in the sample file it does not work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2007 21:53:45 GMT</pubDate>
    <dc:creator>dnind</dc:creator>
    <dc:date>2007-03-02T21:53:45Z</dc:date>
    <item>
      <title>Disabling the FTP server.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-the-ftp-server/m-p/73978#M48385</link>
      <description>As I understand it, it should be possible to pop this snippet into classpath:alfresco/extension/file-servers-custom.xml &amp;lt;config evaluator="string-compare" condition="FTP Server" replace="true"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;serverEnable enabled="false"/&amp;gt; &amp;lt;/config&amp;gt;‍‍‍… to disable the FTP server. This however,</description>
      <pubDate>Thu, 01 Feb 2007 18:12:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-the-ftp-server/m-p/73978#M48385</guid>
      <dc:creator>martin_cowie</dc:creator>
      <dc:date>2007-02-01T18:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling the FTP server.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-the-ftp-server/m-p/73979#M48386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having the same problem. Any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 16:30:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-the-ftp-server/m-p/73979#M48386</guid>
      <dc:creator>ajr</dc:creator>
      <dc:date>2007-03-02T16:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling the FTP server.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-the-ftp-server/m-p/73980#M48387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where in the file-servers-custom.xml did you place the changes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following worked for me (on Windows XP, Alfresco Community Edition 2.0, AlfrescoCommunity-2.0-Setup.exe download):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;alfresco-config area="file-servers"&amp;gt;&lt;BR /&gt;…….&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– disable FTP server&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="FTP Server" replace="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverEnable enabled="false"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;BR /&gt;……..&lt;BR /&gt;&amp;lt;/alfresco-config&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;If you place the changes (between the ………. in the code sample above) within the &amp;lt;config evaluator="string-compare" condition="Filesystems" replace="true"&amp;gt; …..&amp;nbsp; &amp;lt;/config&amp;gt; section included in the sample file it does not work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 21:53:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-the-ftp-server/m-p/73980#M48387</guid>
      <dc:creator>dnind</dc:creator>
      <dc:date>2007-03-02T21:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling the FTP server.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-the-ftp-server/m-p/73981#M48388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tested it with 2.0 and it worked. Must have been a bug with the older versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 13:52:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-the-ftp-server/m-p/73981#M48388</guid>
      <dc:creator>ajr</dc:creator>
      <dc:date>2007-03-05T13:52:52Z</dc:date>
    </item>
  </channel>
</rss>

