<?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 FTP does not behave as normal servers do in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ftp-does-not-behave-as-normal-servers-do/m-p/227687#M180817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to access the FTP service using Apache VFS (both 1.0 an 2.0-SNAPSHOT) and failed. After some debugging, it turned out that VFS is using compound paths in the CD and file read/write commands. Alfresco's FTP server doesn't seem to accept this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;CD /Alfresco/Documents&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This must be done against an Alfresco FTP server as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;CD /&lt;BR /&gt;CD Alfresco&lt;BR /&gt;CD Documents&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Same goes for reading and writing; first the working directory needs to be set to the directory of the file and then the file can be accessed, so not:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;open /Alfresco/Documents/test.pdf&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;CD /&lt;BR /&gt;CD Alfresco&lt;BR /&gt;CD Documents&lt;BR /&gt;open test.pdf&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As was able to patch the VFS FTP client to work like this, so the issue is workable now and I hope Apache will accept the patch. But maybe Alfresco should considering supporting this behavior…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Mar 2010 13:18:23 GMT</pubDate>
    <dc:creator>tbee</dc:creator>
    <dc:date>2010-03-17T13:18:23Z</dc:date>
    <item>
      <title>FTP does not behave as normal servers do</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ftp-does-not-behave-as-normal-servers-do/m-p/227687#M180817</link>
      <description>I tried to access the FTP service using Apache VFS (both 1.0 an 2.0-SNAPSHOT) and failed. After some debugging, it turned out that VFS is using compound paths in the CD and file read/write commands. Alfresco's FTP server doesn't seem to accept this.For example:CD /Alfresco/Documents‍This must be don</description>
      <pubDate>Wed, 17 Mar 2010 13:18:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ftp-does-not-behave-as-normal-servers-do/m-p/227687#M180817</guid>
      <dc:creator>tbee</dc:creator>
      <dc:date>2010-03-17T13:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not behave as normal servers do</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ftp-does-not-behave-as-normal-servers-do/m-p/227688#M180818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That seems reasonable since, according to the FTP standard, CWD is followed by a pathname and pathname can include directory separator characters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please raise enhancement requests for the JLAN project in issues.alfresco.com.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:41:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ftp-does-not-behave-as-normal-servers-do/m-p/227688#M180818</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-03-17T14:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not behave as normal servers do</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ftp-does-not-behave-as-normal-servers-do/m-p/227689#M180819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/JLAN-104" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/JLAN-104&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 14:58:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ftp-does-not-behave-as-normal-servers-do/m-p/227689#M180819</guid>
      <dc:creator>tbee</dc:creator>
      <dc:date>2010-03-17T14:58:31Z</dc:date>
    </item>
  </channel>
</rss>

