<?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: copy folders from local system to alfresco in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/copy-folders-from-local-system-to-alfresco/m-p/107646#M30315</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80752"&gt;@Isha&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;To be fair, "on call" is hardly automation, since it implies some type of intervention. Are you saying you want a script that when in Admin you can point at a different file system (on another machine, etc) and then enter a destination folder within ACS, &amp;amp; "click" copy? The result would be all child folders and documents would be copied into the ACS repository, keeping the same structure, etc? Well, if that's the case, then that's what the Bulk Import does using this&amp;nbsp;&lt;A href="http://localhost/alfresco/service/bulkfsimport" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost/alfresco/service/bulkfsimport&lt;/A&gt;&amp;nbsp;UI. You can invoke a webscript to kick off an import by calling&amp;nbsp;&lt;A href="http://localhost:8080/alfresco/service/bulkfsimport/initiate" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/bulkfsimport/initiate&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Or am I missing something?&lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2020 12:33:54 GMT</pubDate>
    <dc:creator>EddieMay</dc:creator>
    <dc:date>2020-04-01T12:33:54Z</dc:date>
    <item>
      <title>copy folders from local system to alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/copy-folders-from-local-system-to-alfresco/m-p/107643#M30312</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My requirement is to copy folders containg subfolders/files from local system to alfresco repository using any api/service . I am not geeting how to do this .Please suggest and kindly share the reference url.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 09:15:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/copy-folders-from-local-system-to-alfresco/m-p/107643#M30312</guid>
      <dc:creator>Isha</dc:creator>
      <dc:date>2020-04-01T09:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: copy folders from local system to alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/copy-folders-from-local-system-to-alfresco/m-p/107644#M30313</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80752"&gt;@Isha&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;If you are using Enterprise, have you looked at the Enterprise&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/bulk-importer/ba-p/289507" target="_self" rel="nofollow noopener noreferrer"&gt;Bulk Importer&lt;/A&gt; tool? There is the Community &lt;A href="https://docs.alfresco.com/community/concepts/Bulk-Import-Tool.html" target="_self" rel="nofollow noopener noreferrer"&gt;Bulk Import Tool.&lt;/A&gt; There is also this &lt;A href="https://github.com/pmonks/alfresco-bulk-import" target="_self" rel="nofollow noopener noreferrer"&gt;tool&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 11:15:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/copy-folders-from-local-system-to-alfresco/m-p/107644#M30313</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-04-01T11:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: copy folders from local system to alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/copy-folders-from-local-system-to-alfresco/m-p/107645#M30314</link>
      <description>&lt;P&gt;We already explored this option but it requires manual intervention and it is for one time activity.our use case is different which is explained below:&lt;/P&gt;&lt;P&gt;We are in process to integrate two systems and we will be getting files from source systems . we need to checkin those files in alfresco (create folder-&amp;gt;file).&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will be a automated process hence we need some API's - any approach by which programmatically we can attach / checkin those files in folder.we already have developed a code to create folders and we would like to extend it.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 12:06:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/copy-folders-from-local-system-to-alfresco/m-p/107645#M30314</guid>
      <dc:creator>Isha</dc:creator>
      <dc:date>2020-04-01T12:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: copy folders from local system to alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/copy-folders-from-local-system-to-alfresco/m-p/107646#M30315</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80752"&gt;@Isha&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;To be fair, "on call" is hardly automation, since it implies some type of intervention. Are you saying you want a script that when in Admin you can point at a different file system (on another machine, etc) and then enter a destination folder within ACS, &amp;amp; "click" copy? The result would be all child folders and documents would be copied into the ACS repository, keeping the same structure, etc? Well, if that's the case, then that's what the Bulk Import does using this&amp;nbsp;&lt;A href="http://localhost/alfresco/service/bulkfsimport" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost/alfresco/service/bulkfsimport&lt;/A&gt;&amp;nbsp;UI. You can invoke a webscript to kick off an import by calling&amp;nbsp;&lt;A href="http://localhost:8080/alfresco/service/bulkfsimport/initiate" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/bulkfsimport/initiate&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Or am I missing something?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 12:33:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/copy-folders-from-local-system-to-alfresco/m-p/107646#M30315</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-04-01T12:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: copy folders from local system to alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/copy-folders-from-local-system-to-alfresco/m-p/107647#M30316</link>
      <description>&lt;P&gt;To further detail down the use case :&lt;/P&gt;&lt;P&gt;From source system we will be creating and sending package , that package contains files (xyz.zip and xyz.csv) . Now we wil be calling alfresco webservices and would look to execute following steps:&lt;/P&gt;&lt;P&gt;1) Create system folder&amp;nbsp; xyz(same name as file name &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; For this we have api's filefolderservice.createfolder() .&lt;/P&gt;&lt;P&gt;2) Attach files to system folder xyz: for this we need help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will be repetitive process and mujltiple users(non-admin) will execute this from the source system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hence we are looking for some API's for this.Hope you got me.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 12:54:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/copy-folders-from-local-system-to-alfresco/m-p/107647#M30316</guid>
      <dc:creator>Isha</dc:creator>
      <dc:date>2020-04-01T12:54:31Z</dc:date>
    </item>
  </channel>
</rss>

