<?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: Moving files from remote server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257610#M39655</link>
    <description>Hi Shong, 
&lt;BR /&gt;I have similar job which you had discussed earlier ,i have kept put component between tFTPfilelist and tFTPdelete to place my file in output folder of diffrent server ,but I am getting the files which already been deleted in source folder along with new files. 
&lt;BR /&gt;please help me out&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Ajay</description>
    <pubDate>Fri, 18 Nov 2016 11:36:04 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2016-11-18T11:36:04Z</dc:date>
    <item>
      <title>Moving files from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257603#M39648</link>
      <description>I have some files on a remote server.
&lt;BR /&gt;I would want to Move the files (Cut, Paste) to my local server.
&lt;BR /&gt;How can i achieve that?</description>
      <pubDate>Sat, 16 Nov 2024 14:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257603#M39648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257604#M39649</link>
      <description>If the remote server supports FTP protocol , you can use the following components of designer´s palette (Internet/FTP) to do the job: 
&lt;BR /&gt;tFtpGet than tFtpDelete. 
&lt;BR /&gt;aski</description>
      <pubDate>Wed, 21 May 2008 20:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257604#M39649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-21T20:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257605#M39650</link>
      <description>I already tried using those components but there is one problem which bugs me. 
&lt;BR /&gt;By the time, GET has finished copying all the files to local directory, there might be a scenario, in which the remote directory is updated with a new file. 
&lt;BR /&gt;If the job now runs DELETE, then all the files will be deleted including the new ones. 
&lt;BR /&gt;I only want to delete the files which i have copied, hence the MOVE operation. 
&lt;BR /&gt;I could not find any component which could help me accomplish this? 
&lt;BR /&gt;Is there any workaround?</description>
      <pubDate>Thu, 22 May 2008 08:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257605#M39650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-22T08:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257606#M39651</link>
      <description>Hello umair 
&lt;BR /&gt;After getting the files in a local folder, you can use a tFileList component to iterate this folder and delete the files on server.(see the srceenshot) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCHK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155746iC3C61A231D1C6940/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCHK.png" alt="0683p000009MCHK.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCHP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139243iCC583482F5552B6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCHP.png" alt="0683p000009MCHP.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC8W.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131238i169D4A3A8BE891D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC8W.png" alt="0683p000009MC8W.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 22 May 2008 09:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257606#M39651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-22T09:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257607#M39652</link>
      <description>Wow... 
&lt;BR /&gt;Thats Genius Thinking ! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Thanx a bundle</description>
      <pubDate>Thu, 22 May 2008 09:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257607#M39652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-22T09:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257608#M39653</link>
      <description>Hi!!&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for this topic.&lt;BR /&gt;I only replace the file name by a template ("nam*")in both tFTPget an tFileList and now my job can massively transfer files and the delete it.&lt;BR /&gt;It's usefull!!!!&lt;BR /&gt;Didier</description>
      <pubDate>Thu, 01 Dec 2011 18:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257608#M39653</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-12-01T18:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257609#M39654</link>
      <description>Hi!!&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for this topic.&lt;BR /&gt;I only replace the file name by a template ("nam*")in both tFTPget an tFileList and now my job can massively transfer files and the delete it.&lt;BR /&gt;It's usefull!!!!&lt;BR /&gt;Didier</description>
      <pubDate>Thu, 01 Dec 2011 18:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257609#M39654</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-12-01T18:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files from remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257610#M39655</link>
      <description>Hi Shong, 
&lt;BR /&gt;I have similar job which you had discussed earlier ,i have kept put component between tFTPfilelist and tFTPdelete to place my file in output folder of diffrent server ,but I am getting the files which already been deleted in source folder along with new files. 
&lt;BR /&gt;please help me out&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Ajay</description>
      <pubDate>Fri, 18 Nov 2016 11:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Moving-files-from-remote-server/m-p/2257610#M39655</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-11-18T11:36:04Z</dc:date>
    </item>
  </channel>
</rss>

