<?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 Problem with ftp to list a directory in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-ftp-to-list-a-directory/m-p/186403#M139533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to use the connection ftp of Alfresco to upload files to the spaces. I use the version Alfresco 2.9C on Windows XP and MySQL Server 5.0. Alfresco is enabled for multi tenant.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can connect to the ftp server of Alfresco and then list the directory. Returns two directories: Alfresco and AVM. When I want to enter the directory Alfresco, returns the error 550 Invalid path Alfresco but I can enter the directory AVM and list it correctly. Also, if in Alfresco exists a directory "spaceA" and I try to enter with the path /Alfresco/spaceA, then I can enter and lists it correctly. Which can be the problem? Why cannot I enter Alfresco and list it to see the spaces that exist in?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This one is the result returned in the console of windows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;230 User logged in, proceed&lt;BR /&gt;ftp&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;ls&lt;BR /&gt;200 PORT OK&lt;BR /&gt;150 File status okay, about to open data connection&lt;BR /&gt;Alfresco&lt;BR /&gt;AVM&lt;BR /&gt;226 Closing data connection&lt;BR /&gt;ftp:15 bytes recibidos en 0,00 segundos 15000,00 a KB/s&lt;BR /&gt;ftp&amp;gt;cd Alfresco&lt;BR /&gt;550 invalid path Alfresco&lt;BR /&gt;ftp&amp;gt;cd Alfresco/"Departamento It"&lt;BR /&gt;250 Requested file action OK&lt;BR /&gt;ftp&amp;gt;ls&lt;BR /&gt;200 Port OK&lt;BR /&gt;150 File status okay, about to open data connection&lt;BR /&gt;Documentacion tecnica&lt;BR /&gt;Versiones&lt;BR /&gt;226 Closing data connection&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;And this one is the result returned in the Filezilla:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Respuesta:&amp;nbsp;&amp;nbsp;&amp;nbsp;230 User logged in, proceed&lt;BR /&gt;Comando:&amp;nbsp;&amp;nbsp;&amp;nbsp;OPTS UTF8 ON&lt;BR /&gt;Respuesta:&amp;nbsp;&amp;nbsp;&amp;nbsp;200 OPTS UTF8 ON&lt;BR /&gt;Estado:&amp;nbsp;&amp;nbsp;&amp;nbsp;Conectado&lt;BR /&gt;Estado:&amp;nbsp;&amp;nbsp;&amp;nbsp;Recuperando el listado del directorio…&lt;BR /&gt;Comando:&amp;nbsp;&amp;nbsp;&amp;nbsp;PWD&lt;BR /&gt;Respuesta:&amp;nbsp;&amp;nbsp;&amp;nbsp;257 "/"&lt;BR /&gt;Comando:&amp;nbsp;&amp;nbsp;&amp;nbsp;TYPE I&lt;BR /&gt;Respuesta:&amp;nbsp;&amp;nbsp;&amp;nbsp;200 Command OK&lt;BR /&gt;Comando:&amp;nbsp;&amp;nbsp;&amp;nbsp;PASV&lt;BR /&gt;Respuesta:&amp;nbsp;&amp;nbsp;&amp;nbsp;227 Entering Passive Mode (192,168,2,11,6,100)&lt;BR /&gt;Comando:&amp;nbsp;&amp;nbsp;&amp;nbsp;LIST -a&lt;BR /&gt;Respuesta:&amp;nbsp;&amp;nbsp;&amp;nbsp;150 File status okay, about to open data connection&lt;BR /&gt;Respuesta:&amp;nbsp;&amp;nbsp;&amp;nbsp;226 Closing data connection&lt;BR /&gt;Estado:&amp;nbsp;&amp;nbsp;&amp;nbsp;Directorio listado correctamente&lt;BR /&gt;Estado:&amp;nbsp;&amp;nbsp;&amp;nbsp;Recuperando el listado del directorio…&lt;BR /&gt;Comando:&amp;nbsp;&amp;nbsp;&amp;nbsp;CWD Alfresco&lt;BR /&gt;Respuesta:&amp;nbsp;&amp;nbsp;&amp;nbsp;550 Invalid path Alfresco&lt;BR /&gt;Error:&amp;nbsp;&amp;nbsp;&amp;nbsp;Error al recuperar el listado del directorio&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The configuration of FTP Server in the file-server.xml is the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="FTP Server"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverEnable enabled="true"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Run on a non-privileged port –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;port&amp;gt;21&amp;lt;/port&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!– path of the root directory –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;rootDirectory&amp;gt;/Alfresco/&amp;lt;/rootDirectory&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– FTP authentication –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authenticator type="alfresco"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;lt;!–&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;debug flags="File,Search,Error,Directory,Info,DataPort"/&amp;gt; –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/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;/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;BR /&gt;&lt;SPAN&gt;Can someone help me with this problem? It is very important and urgent. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2008 09:33:04 GMT</pubDate>
    <dc:creator>agey</dc:creator>
    <dc:date>2008-09-08T09:33:04Z</dc:date>
    <item>
      <title>Problem with ftp to list a directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-ftp-to-list-a-directory/m-p/186403#M139533</link>
      <description>Hello all,I wanted to use the connection ftp of Alfresco to upload files to the spaces. I use the version Alfresco 2.9C on Windows XP and MySQL Server 5.0. Alfresco is enabled for multi tenant.I can connect to the ftp server of Alfresco and then list the directory. Returns two directories: Alfresco</description>
      <pubDate>Mon, 08 Sep 2008 09:33:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-ftp-to-list-a-directory/m-p/186403#M139533</guid>
      <dc:creator>agey</dc:creator>
      <dc:date>2008-09-08T09:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ftp to list a directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-ftp-to-list-a-directory/m-p/186404#M139534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever find a solution to this problem? I'm experiencing the same thing….&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 20:57:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-ftp-to-list-a-directory/m-p/186404#M139534</guid>
      <dc:creator>mikew</dc:creator>
      <dc:date>2008-12-10T20:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ftp to list a directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-ftp-to-list-a-directory/m-p/186405#M139535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello mikew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I could connect to the ftp of Alfresco in active mode. My Alfresco is not in the local network so&amp;nbsp; I have indicated the external ip of my local router (Filezilla have a option to obtain the external ip with a URL: &lt;/SPAN&gt;&lt;A href="http://ip.filezilla-project.org/ip.php" rel="nofollow noopener noreferrer"&gt;http://ip.filezilla-project.org/ip.php&lt;/A&gt;&lt;SPAN&gt;) and the local ports to use in the connection. Then I have opened this ports in the local router forwarded to my local host.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that it help you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 08:46:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-ftp-to-list-a-directory/m-p/186405#M139535</guid>
      <dc:creator>agey</dc:creator>
      <dc:date>2008-12-11T08:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ftp to list a directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-ftp-to-list-a-directory/m-p/186406#M139536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Agey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much for your reply, very helpful… I'll investigate this angle.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 16:58:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-ftp-to-list-a-directory/m-p/186406#M139536</guid>
      <dc:creator>mikew</dc:creator>
      <dc:date>2008-12-11T16:58:14Z</dc:date>
    </item>
  </channel>
</rss>

