<?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: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116391#M32234</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;since you run linux, the ftp server within your container can not use port 21 unless you run the container&amp;nbsp;&lt;SPAN&gt;under a privileged account and this is something you should no do. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Docker can do the mapping for you, Map port 21 of your host with port 2121 inside your container.&amp;nbsp;Just read my previous message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You just lost your data stored in your container,&amp;nbsp;Docker has two options for containers to store files in the host machine, so that the files are persisted even after the container stops: &lt;EM&gt;volumes&lt;/EM&gt;, and &lt;EM&gt;bind mounts:&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.docker.com/storage/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.docker.com/storage/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2019 23:10:00 GMT</pubDate>
    <dc:creator>jpbuttet</dc:creator>
    <dc:date>2019-11-21T23:10:00Z</dc:date>
    <item>
      <title>Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116383#M32226</link>
      <description>&lt;P&gt;Good day&lt;/P&gt;&lt;P&gt;I would like to ask for your help, to know how I can enable the FTP service in alfresco, it is implemented in Docker and the version is the one discussed in the subject.&lt;/P&gt;&lt;P&gt;Community - 6.1.2 (r589dc49b-b205)&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 15:20:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116383#M32226</guid>
      <dc:creator>fredysnake</dc:creator>
      <dc:date>2019-11-21T15:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116384#M32227</link>
      <description>&lt;P&gt;Typically, adding these properties in alfresco-global.properties should allow you to use ftp.&lt;/P&gt;
&lt;P&gt;ftp.enabled=true&lt;BR /&gt;ftp.port=21&lt;/P&gt;
&lt;P&gt;You need to make sure the configured port is open for access. Configure docker-compose file to allow port access&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ports:&lt;BR /&gt;- "21:21"&lt;/P&gt;
&lt;P&gt;Apart from the above properties there are few more settings if you have advance requirements. You can refer this documentation for details:&amp;nbsp;&lt;A href="https://docs.alfresco.com/6.1/concepts/fileserv-ftp-intro.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/6.1/concepts/fileserv-ftp-intro.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 15:30:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116384#M32227</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2019-11-21T15:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116385#M32228</link>
      <description>&lt;P&gt;Hi abhinavmishra14&lt;/P&gt;&lt;P&gt;Thanks for answering.&lt;/P&gt;&lt;P&gt;I am reviewing the documentation, but they talk about the admin console, but is this only for the enterprise version?&lt;/P&gt;&lt;P&gt;additionally I see a configuration for the docker-compose.yml file but I have not been able to make it work.&lt;/P&gt;&lt;P&gt;I attach my file to see if I am doing it wrong&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;P&gt;docker-compose.yml&lt;/P&gt;&lt;P&gt;version: "2"&lt;/P&gt;&lt;P&gt;services:&lt;BR /&gt;alfresco:&lt;BR /&gt;image: alfresco/alfresco-content-repository-community:6.1.2-ga&lt;BR /&gt;mem_limit: 1500m&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS : "&lt;BR /&gt;-Ddb.driver=org.postgresql.Driver&lt;BR /&gt;-Ddb.username=alfresco&lt;BR /&gt;-Ddb.password=alfresco&lt;BR /&gt;-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5432/alfresco&lt;BR /&gt;-Dsolr.host=solr6&lt;BR /&gt;-Dsolr.port=8983&lt;BR /&gt;-Dsolr.secureComms=none&lt;BR /&gt;-Dsolr.base.url=/solr&lt;BR /&gt;-Dindex.subsystem.name=solr6&lt;BR /&gt;-Dshare.host=localhost&lt;BR /&gt;-Dalfresco.port=8082&lt;BR /&gt;-Daos.baseUrlOverwrite=http://localhost:8082/alfresco/aos&lt;BR /&gt;-Dmessaging.broker.url=\"failover&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;nio://activemq:61616)?timeout=3000&amp;amp;jms.useCompression=true\"&lt;BR /&gt;-Ddeployment.method=DOCKER_COMPOSE&lt;BR /&gt;-Dcsrf.filter.enabled=false&lt;BR /&gt;-Xms1g -Xmx1g&lt;BR /&gt;"&lt;BR /&gt;ports:&lt;BR /&gt;- 8082:8080 #Browser port&lt;BR /&gt;- 21:21 #FTP port&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;share:&lt;BR /&gt;image: alfresco/alfresco-share:6.1.0-RC3&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;- REPO_HOST=alfresco&lt;BR /&gt;- REPO_PORT=8080&lt;BR /&gt;- "CATALINA_OPTS= -Xms500m -Xmx500m"&lt;BR /&gt;ports:&lt;BR /&gt;- 8080:8080&lt;/P&gt;&lt;P&gt;postgres:&lt;BR /&gt;image: postgres:10.1&lt;BR /&gt;mem_limit: 1500m&lt;BR /&gt;environment:&lt;BR /&gt;- POSTGRES_PASSWORD=alfresco&lt;BR /&gt;- POSTGRES_USER=alfresco&lt;BR /&gt;- POSTGRES_DB=alfresco&lt;BR /&gt;command: postgres -c max_connections=300 -c log_min_messages=LOG&lt;BR /&gt;ports:&lt;BR /&gt;- 5432:5432&lt;/P&gt;&lt;P&gt;solr6:&lt;BR /&gt;image: alfresco/alfresco-search-services:1.3.0-RC2&lt;BR /&gt;mem_limit: 2500m&lt;BR /&gt;environment:&lt;BR /&gt;#Solr needs to know how to register itself with Alfresco&lt;BR /&gt;- SOLR_ALFRESCO_HOST=alfresco&lt;BR /&gt;- SOLR_ALFRESCO_PORT=8080&lt;BR /&gt;#Alfresco needs to know how to call solr&lt;BR /&gt;- SOLR_SOLR_HOST=solr6&lt;BR /&gt;- SOLR_SOLR_PORT=8983&lt;BR /&gt;#Create the default alfresco and archive cores&lt;BR /&gt;- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive&lt;BR /&gt;- "SOLR_JAVA_MEM=-Xms2g -Xmx2g"&lt;BR /&gt;ports:&lt;BR /&gt;- 8083:8983 #Browser port&lt;/P&gt;&lt;P&gt;activemq:&lt;BR /&gt;image: alfresco/alfresco-activemq:5.15.6&lt;BR /&gt;mem_limit: 2048m&lt;BR /&gt;ports:&lt;BR /&gt;- 8161:8161 # Web Console&lt;BR /&gt;- 5672:5672 # AMQP&lt;BR /&gt;- 61616:61616 # OpenWire&lt;BR /&gt;- 61613:61613 # STOMP&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 17:34:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116385#M32228</guid>
      <dc:creator>fredysnake</dc:creator>
      <dc:date>2019-11-21T17:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116386#M32229</link>
      <description>&lt;P&gt;In JAVA_OPTS add the properties i mentioned earlier and see if that works. See highlighted. I don't see anything related to admin console here:&amp;nbsp;&lt;A href="https://docs.alfresco.com/6.1/concepts/fileserv-ftp-props.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/6.1/concepts/fileserv-ftp-props.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;However, when you go to admin console, it will just show whether ftp is enabled or disabled.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;PRE&gt;JAVA_OPTS : "
-Ddb.driver=org.postgresql.Driver
-Ddb.username=alfresco
-Ddb.password=alfresco
-Ddb.url=jdbcostgresql://postgres:5432/alfresco
-Dsolr.host=solr6
-Dsolr.port=8983
-Dsolr.secureComms=none
-Dsolr.base.url=/solr
-Dindex.subsystem.name=solr6
-Dshare.host=localhost
-Dalfresco.port=8082
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;-Dftp.enabled=true
-Dftp.port=21&lt;/STRONG&gt;&lt;/FONT&gt;
-Daos.baseUrlOverwrite=http://localhost:8082/alfresco/aos
-Dmessaging.broker.url=\"failovernio://activemq:61616)?timeout=3000&amp;amp;jms.useCompression=true\"
-Ddeployment.method=DOCKER_COMPOSE
-Dcsrf.filter.enabled=false
-Xms1g -Xmx1g
"&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Nov 2019 18:13:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116386#M32229</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2019-11-21T18:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116387#M32230</link>
      <description>&lt;P&gt;yes, and give it a try:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FTP just works like a charm, I just added this in JAVA_OPTS of docker-compose.yml:&lt;BR /&gt;-Dftp.enabled=true&lt;BR /&gt;-Dftp.port=2121&lt;/P&gt;&lt;P&gt;added port to alfresco service:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;21:2121 #ftp&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;edited alfresco/Dockerfile and added this line at the bottom:&lt;BR /&gt;EXPOSE 2121&lt;/P&gt;&lt;P&gt;Use ACTIVE communication mode in the client in order to connect to Alfresco (port 21)&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 18:15:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116387#M32230</guid>
      <dc:creator>jpbuttet</dc:creator>
      <dc:date>2019-11-21T18:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116388#M32231</link>
      <description>&lt;P&gt;Thanks &lt;SPAN class="UserName lia-user-name lia-user-rank-Moderator lia-component-message-view-widget-author-username"&gt;&lt;A href="https://hub.alfresco.com/t5/user/viewprofilepage/user-id/74498" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;SPAN class="login-bold"&gt;abhinavmishr&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;a14 and jpbuttet,&lt;/P&gt;&lt;P&gt;do the configuration in the docker-compose.yml file, but it still doesn't work for me to access by ftp, I even do a port scan and it doesn't show me the available ftp ports.&lt;/P&gt;&lt;P&gt;I have doubts with the last 2 notes&lt;/P&gt;&lt;P&gt;edited alfresco / Dockerfile and added this line at the bottom:&lt;BR /&gt;EXPOSE 2121&lt;/P&gt;&lt;P&gt;Use ACTIVE communication mode in the client in order to connect to Alfresco (port 21)&lt;/P&gt;&lt;P&gt;Could you explain to me where I find the Alfresco/Dockerfile route, since it creates me too many.&lt;/P&gt;&lt;P&gt;*****attached image of my installation, which is in /var/ lib/docker&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/open?id=137xvU_ACx6NewTNg05fY_Au-frk81ypH" target="_blank" rel="noopener nofollow noreferrer"&gt;Print my config install&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 19:20:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116388#M32231</guid>
      <dc:creator>fredysnake</dc:creator>
      <dc:date>2019-11-21T19:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116389#M32232</link>
      <description>&lt;P&gt;What's the OS of your host (the macine that runs docker) ?&lt;/P&gt;&lt;P&gt;Linux, Windows or other ?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 19:34:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116389#M32232</guid>
      <dc:creator>jpbuttet</dc:creator>
      <dc:date>2019-11-21T19:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116390#M32233</link>
      <description>&lt;P&gt;Thanks Jpbuttet&lt;/P&gt;&lt;P&gt;It's a Linux Centos 7, but I just reboot the machine, and all the information was deleted, is it a docker problem?&lt;/P&gt;&lt;P&gt;I followed this how to &lt;A href="http://alejovazquez.blogspot.com/" target="_self" rel="nofollow noopener noreferrer"&gt;How To&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 19:53:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116390#M32233</guid>
      <dc:creator>fredysnake</dc:creator>
      <dc:date>2019-11-21T19:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116391#M32234</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;since you run linux, the ftp server within your container can not use port 21 unless you run the container&amp;nbsp;&lt;SPAN&gt;under a privileged account and this is something you should no do. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Docker can do the mapping for you, Map port 21 of your host with port 2121 inside your container.&amp;nbsp;Just read my previous message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You just lost your data stored in your container,&amp;nbsp;Docker has two options for containers to store files in the host machine, so that the files are persisted even after the container stops: &lt;EM&gt;volumes&lt;/EM&gt;, and &lt;EM&gt;bind mounts:&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.docker.com/storage/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.docker.com/storage/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 23:10:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116391#M32234</guid>
      <dc:creator>jpbuttet</dc:creator>
      <dc:date>2019-11-21T23:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116392#M32235</link>
      <description>&lt;P&gt;I recently started with docker and alfresco 6.x community. So far i was using 5.x community version.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I was also wondering about setup and all and i came across this tool on Alfresco github repository.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-docker-installer" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-docker-installer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I followed the instructions and i was able to setup the alfresco successfully. I haven't go to advance like enabling ftp etc. but i think this tool provides a lot of flexibility in configuration.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You may give it a try.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 14:28:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116392#M32235</guid>
      <dc:creator>bip1989</dc:creator>
      <dc:date>2019-11-22T14:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116393#M32236</link>
      <description>&lt;P&gt;You are right, I just installed this yesterday and it just works. You can save some time.&lt;/P&gt;&lt;P&gt;Enabling ftp took me few minutes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have one 5.x dockerized instance in production and I am testing the 6.x installed by this tool.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 15:14:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116393#M32236</guid>
      <dc:creator>jpbuttet</dc:creator>
      <dc:date>2019-11-22T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116394#M32237</link>
      <description>&lt;P&gt;Support for FTP configuration has been added to&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-docker-installer" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-docker-installer&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 11:27:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116394#M32237</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-12-23T11:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116395#M32238</link>
      <description>&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;Please explain me how to configure ftp service in docker installation.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 08:40:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116395#M32238</guid>
      <dc:creator>munagala</dc:creator>
      <dc:date>2023-08-30T08:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Community - 6.1.2 (r589dc49b-b205) how to Enable FTP service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116396#M32239</link>
      <description>&lt;P&gt;During the alfresco-docker-installer run answer 'Yes' on the question:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-09-09_13-47.png" style="width: 733px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/370iCDCC435C959A2678/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Default is 'No'.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2023 10:50:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-1-2-r589dc49b-b205-how-to-enable-ftp-service/m-p/116396#M32239</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2023-09-09T10:50:17Z</dc:date>
    </item>
  </channel>
</rss>

