<?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 How to copy particular folders from a remote FTP in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-copy-particular-folders-from-a-remote-FTP/m-p/2290135#M63447</link>
    <description>&lt;P&gt;I need to copy folders and files from a remote FTP. I used tFTPGet to do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the folders on the server:&lt;/P&gt;
&lt;P&gt;Grocery -001&lt;/P&gt;
&lt;P&gt;Bakery -002&lt;/P&gt;
&lt;P&gt;Deli-003&lt;/P&gt;
&lt;P&gt;Frozen-004&lt;/P&gt;
&lt;P&gt;Other&lt;BR /&gt;batch-script&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way I can copy only the&amp;nbsp;&lt;SPAN&gt;Grocery,&amp;nbsp;Bakery,&amp;nbsp;&amp;nbsp;Deli, Frozen folders from FTP? I don't want to have the folder "Other" &amp;amp; "batch-script" copied.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Aug 2018 16:25:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-02T16:25:01Z</dc:date>
    <item>
      <title>How to copy particular folders from a remote FTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-copy-particular-folders-from-a-remote-FTP/m-p/2290135#M63447</link>
      <description>&lt;P&gt;I need to copy folders and files from a remote FTP. I used tFTPGet to do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the folders on the server:&lt;/P&gt;
&lt;P&gt;Grocery -001&lt;/P&gt;
&lt;P&gt;Bakery -002&lt;/P&gt;
&lt;P&gt;Deli-003&lt;/P&gt;
&lt;P&gt;Frozen-004&lt;/P&gt;
&lt;P&gt;Other&lt;BR /&gt;batch-script&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way I can copy only the&amp;nbsp;&lt;SPAN&gt;Grocery,&amp;nbsp;Bakery,&amp;nbsp;&amp;nbsp;Deli, Frozen folders from FTP? I don't want to have the folder "Other" &amp;amp; "batch-script" copied.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 16:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-copy-particular-folders-from-a-remote-FTP/m-p/2290135#M63447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-02T16:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy particular folders from a remote FTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-copy-particular-folders-from-a-remote-FTP/m-p/2290136#M63448</link>
      <description>Possible solution approach - 
&lt;A href="https://community.qlik.com/s/feed/0D73p000004kUARCA2#M80601" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Downloading-only-certain-directories-from-an-FTP-server/m-p/128961/highlight/true#M80601&lt;/A&gt;</description>
      <pubDate>Thu, 02 Aug 2018 17:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-copy-particular-folders-from-a-remote-FTP/m-p/2290136#M63448</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-08-02T17:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy particular folders from a remote FTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-copy-particular-folders-from-a-remote-FTP/m-p/2290137#M63449</link>
      <description>&lt;P&gt;Hi&amp;nbsp;iamabhishek,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I see you posted a solution in the link below to use Java code to filter out the files that one doesn't want to process in the subsequent steps.&lt;/P&gt; 
&lt;P&gt;&lt;U&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCskyCAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Exclude-File-Mask-in-TFTPFileList/td-p/124806&lt;/A&gt;&lt;/U&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can we use Java code to filter out the FOLDERS that we don't want to&amp;nbsp;&lt;SPAN&gt;process in the subsequent steps?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;If we can, what would the code be like?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 19:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-copy-particular-folders-from-a-remote-FTP/m-p/2290137#M63449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-02T19:33:04Z</dc:date>
    </item>
  </channel>
</rss>

