<?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: Docker 7.1.0-M1 - FTP passive mode problem, argument not taken into account in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/docker-7-1-0-m1-ftp-passive-mode-problem-argument-not-taken-into/m-p/134164#M36103</link>
    <description>&lt;P&gt;Sorry, it's better in english&amp;nbsp;&lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://connect.hyland.com/i/smilies/16x16_smiley-lol.png" alt="Smiley LOL" title="Smiley LOL" /&gt;&lt;/P&gt;&lt;P&gt;From my end, the containers also work correctly, an ftp server launches correctly on port 2121, but impossible to make a connection in passive mode.&lt;/P&gt;&lt;P&gt;The two arguments: "&lt;BR /&gt;-Dftp.dataPortFrom=4321&lt;BR /&gt;-Dftp.dataPortTo=4322" are not taken into account and it does not activate the passive mode.&lt;/P&gt;&lt;P&gt;It gives me a random port between 30000 and 60000 which does not correspond to 4321 or 4322.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2022 07:16:32 GMT</pubDate>
    <dc:creator>sperrenotcantin</dc:creator>
    <dc:date>2022-07-20T07:16:32Z</dc:date>
    <item>
      <title>Docker 7.1.0-M1 - FTP passive mode problem, argument not taken into account</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/docker-7-1-0-m1-ftp-passive-mode-problem-argument-not-taken-into/m-p/134161#M36100</link>
      <description>&lt;P&gt;Hello &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;,&lt;BR /&gt;I have just created a docker compose in version 7.1.0-M1, problem the alfresco stack does not support the two variables "&lt;STRONG&gt;-Dftp.dataPortFrom=4321&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-Dftp.dataPortTo=4322&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;My FTP server starts up fine in active mode on the port I provide as 2121.&lt;BR /&gt;Here are my variables that I send in my "JAVA_OPTS" environment:&lt;BR /&gt;"&lt;STRONG&gt;-Dftp.enabled=true&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-Dftp.port=2121&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-Dftp.externalAddress=${EXTERNAL_ADDRESS}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-Dftp.dataPortFrom=4321&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-Dftp.dataPortTo=4322&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 16:07:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/docker-7-1-0-m1-ftp-passive-mode-problem-argument-not-taken-into/m-p/134161#M36100</guid>
      <dc:creator>sperrenotcantin</dc:creator>
      <dc:date>2022-07-18T16:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Docker 7.1.0-M1 - FTP passive mode problem, argument not taken into account</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/docker-7-1-0-m1-ftp-passive-mode-problem-argument-not-taken-into/m-p/134162#M36101</link>
      <description>&lt;P&gt;There are indicators (see below) that it is still fully supported.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/filesys/config/FTPConfigBean.java#L70" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/java/org/alfresco/filesys/config/FTPConfigBean.java#L70&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfresco/subsystems/fileServers/default/file-servers-context.xml#L69" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfresco/subsystems/fileServers/default/file-servers-context.xml#L69&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfresco/subsystems/fileServers/default/file-servers.properties#L30" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfresco/subsystems/fileServers/default/file-servers.properties#L30&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Do you get any error ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For sanity i did tried at my end and all containers run just fine.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;JAVA_OPTS: "
        -Ddb.driver=org.postgresql.Driver
        -Ddb.username=alfresco
        -Ddb.password=alfresco
        -Ddb.url=jdbc:postgresql://postgres:5432/alfresco
        -Dsolr.host=solr6
        -Dsolr.port=8983
        -Dsolr.http.connection.timeout=1000
        -Dsolr.secureComms=secret
        -Dsolr.sharedSecret=secret
        -Dsolr.base.url=/solr
        -Dindex.subsystem.name=solr6
        -Dshare.host=127.0.0.1
        -Dshare.port=8080
        -Dalfresco.host=localhost
        -Dalfresco.port=8080
        -Daudit.enabled=true
        -Daudit.alfresco-access.enabled=true
        -Daudit.filter.alfresco-access.default.enabled=true
        -Daudit.alfresco-access.sub-actions.enabled=true
        -Daudit.filter.alfresco-access.transaction.user=\"~System;~null;.*\"
        -Daudit.filter.alfresco-access.transaction.action=\"~.*;null\"
        -Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos
        -Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&amp;amp;jms.useCompression=true\"
        -Ddeployment.method=DOCKER_COMPOSE
        -DlocalTransform.core-aio.url=http://transform-core-aio:8090/
        -Dcsrf.filter.enabled=false
       &lt;STRONG&gt; -Dftp.enabled=true
        -Dftp.port=2121
        -Dftp.externalAddress=10.120.20.11
        -Dftp.dataPortFrom=4321
        -Dftp.dataPortTo=4322&lt;/STRONG&gt;
        -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
        "&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jul 2022 17:03:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/docker-7-1-0-m1-ftp-passive-mode-problem-argument-not-taken-into/m-p/134162#M36101</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2022-07-19T17:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Docker 7.1.0-M1 - FTP passive mode problem, argument not taken into account</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/docker-7-1-0-m1-ftp-passive-mode-problem-argument-not-taken-into/m-p/134163#M36102</link>
      <description>&lt;P&gt;De mon end, les containers fonctionne également correctement, un serveur ftp se lance correctement sur le port 2121, mais impossible d'effectuer une connection en mode passive.&lt;/P&gt;&lt;P&gt;Les deux arguments : "&lt;BR /&gt;-Dftp.dataPortFrom=4321&lt;BR /&gt;-Dftp.dataPortTo=4322" ne sont pas pris en compte et ça n'active pas le mode passive.&lt;/P&gt;&lt;P&gt;Il me fourni un port aléatoire entre 30000 et 60000 qui ne correspond pas à 4321 ou 4322.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 07:15:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/docker-7-1-0-m1-ftp-passive-mode-problem-argument-not-taken-into/m-p/134163#M36102</guid>
      <dc:creator>sperrenotcantin</dc:creator>
      <dc:date>2022-07-20T07:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Docker 7.1.0-M1 - FTP passive mode problem, argument not taken into account</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/docker-7-1-0-m1-ftp-passive-mode-problem-argument-not-taken-into/m-p/134164#M36103</link>
      <description>&lt;P&gt;Sorry, it's better in english&amp;nbsp;&lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://connect.hyland.com/i/smilies/16x16_smiley-lol.png" alt="Smiley LOL" title="Smiley LOL" /&gt;&lt;/P&gt;&lt;P&gt;From my end, the containers also work correctly, an ftp server launches correctly on port 2121, but impossible to make a connection in passive mode.&lt;/P&gt;&lt;P&gt;The two arguments: "&lt;BR /&gt;-Dftp.dataPortFrom=4321&lt;BR /&gt;-Dftp.dataPortTo=4322" are not taken into account and it does not activate the passive mode.&lt;/P&gt;&lt;P&gt;It gives me a random port between 30000 and 60000 which does not correspond to 4321 or 4322.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 07:16:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/docker-7-1-0-m1-ftp-passive-mode-problem-argument-not-taken-into/m-p/134164#M36103</guid>
      <dc:creator>sperrenotcantin</dc:creator>
      <dc:date>2022-07-20T07:16:32Z</dc:date>
    </item>
  </channel>
</rss>

