<?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 Linux File Location in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/linux-file-location/m-p/307553#M260683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If this is in the wrong foruum, I apologize…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our Alfresco Admin left and I was wondering under what directory structure the files are stored for manual retrieval if necessary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, we have a site called HR and there are several folders, one of which is called Forms and Templates. In that folder on Alfresco, we store all the HR forms needed. One of these forms is titled 'New Hire Template.docx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can I go on the Linux server to retrieve that document?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2015 15:07:16 GMT</pubDate>
    <dc:creator>tleanna</dc:creator>
    <dc:date>2015-04-10T15:07:16Z</dc:date>
    <item>
      <title>Linux File Location</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-file-location/m-p/307553#M260683</link>
      <description>If this is in the wrong foruum, I apologize…Our Alfresco Admin left and I was wondering under what directory structure the files are stored for manual retrieval if necessary.For example, we have a site called HR and there are several folders, one of which is called Forms and Templates. In that folde</description>
      <pubDate>Fri, 10 Apr 2015 15:07:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-file-location/m-p/307553#M260683</guid>
      <dc:creator>tleanna</dc:creator>
      <dc:date>2015-04-10T15:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Linux File Location</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-file-location/m-p/307554#M260684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;connect via one of alfresco's interfaces to extract the file&amp;nbsp; e.g.&amp;nbsp; ftp.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 16:01:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-file-location/m-p/307554#M260684</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-04-10T16:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linux File Location</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-file-location/m-p/307555#M260685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can SSH into the server but cannot FTP… How do I determine where this file is located?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:26:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-file-location/m-p/307555#M260685</guid>
      <dc:creator>tleanna</dc:creator>
      <dc:date>2015-05-05T15:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Linux File Location</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-file-location/m-p/307556#M260686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco does not have a ssh interface.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:47:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-file-location/m-p/307556#M260686</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-05-11T11:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linux File Location</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/linux-file-location/m-p/307557#M260687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First make sure FTP is turned on in alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### FTP Server Configuration ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ftp.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ftp.port=2121&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have to enable it, don't forget to restart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can change the port if you really need to&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then using your favourite FTP client (I use FileZilla) open an FTP (NOT sftp) session to {ip-address-or-host-name-of-server} on port 2121 (or whatever you changed it to) using plain FTP, normal login type. When prompted enter you normal Alfresco user id &amp;amp; password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will then have a connection. with the folder Alfresco in the remote area. Double click &amp;amp; you will see Sites, double click that you will see all your Share sites and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 17:00:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/linux-file-location/m-p/307557#M260687</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-05-11T17:00:35Z</dc:date>
    </item>
  </channel>
</rss>

