<?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: Move (cut) files instead copy ftp to local folder in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218911#M13922</link>
    <description>&lt;P&gt;Also, I don't understand why you are using a OnSubjobOK with your tFTPFileList, and then have 4 tFTPGet's.&amp;nbsp; That implies that you "know" the file names and don't need the tFTPFileList to get the file names.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mention this because the&amp;nbsp;&lt;SPAN&gt;((String)globalMap.get("tFTPFileList_1_CURRENT_FILE")) is only going to be the last file if finds, because it's used after the&amp;nbsp;OnSubjobOK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sorry, I just don't understand what you are trying to do.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2020 22:33:39 GMT</pubDate>
    <dc:creator>billimmer</dc:creator>
    <dc:date>2020-04-21T22:33:39Z</dc:date>
    <item>
      <title>Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218903#M13914</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm working on a program that moves files between a SFTP server and a local folder.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It works fine but I have a problem, seems as the tFTPGet copy the files from the SFTP and move them to the local folder but the files still remain into the SFTP. I do need to cut the files instead copy, is there any way?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've tried with a tFTPDelete but this solution doens't work 100% as is for example during the process between the FTPGet and the tFTPDelete a new file comes it auto deletes as is on the SFTP and it's not copied.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So solutions that I think that can work:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1) Cut the files instead copy&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2) Any rule into the tFTPDelete to only delete the ones listed into the tFTPFileList&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any ideas?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura11.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9sN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142733iA035E48F1973D8C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9sN.png" alt="0683p000009M9sN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218903#M13914</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2024-11-16T02:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218904#M13915</link>
      <description>&lt;P&gt;This works for me:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tFTPFileList-----(iterate)----&amp;gt;tFTPGet----(componentOK)----&amp;gt;tFTPDelete&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Delete the files as you get them.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 20:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218904#M13915</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-21T20:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218905#M13916</link>
      <description>&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;the thing is that I have other works before the delete so in that time that the work runs the system can generate other file (i've tested it) so in any way I need to ensure that it only delete the ones already copied.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 20:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218905#M13916</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2020-04-21T20:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218906#M13917</link>
      <description>&lt;P&gt;Why not download the files and then do your 'other work' on the local copies?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the 'other work' has to be on the ftp server, then rename the files, and do the other work on the renamed copies.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 20:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218906#M13917</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-21T20:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218907#M13918</link>
      <description>&lt;P&gt;Rename the names make sense, I've tried before with tFTPRename but I don't know how to rename the files keeping the same name but adding some extra at the begining, like a OK_+"FILENAME" any idea how to do that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I put "" into the newname (on the tFTPRename) it keeps the same but cannot add the OK_ at the begininnig.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 20:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218907#M13918</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2020-04-21T20:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218908#M13919</link>
      <description>&lt;P&gt;don't you have the name from your tFTPFileList for use in your tFTPGet?&amp;nbsp; Maybe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"OK_" +&amp;nbsp;((String)globalMap.get("tFTPFileList_1_CURRENT_FILE"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 21:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218908#M13919</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-21T21:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218909#M13920</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Tried to put it after the FTPGet but it shows me this error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in component tFTPRename_1 (MOVEORDERSDV)&lt;BR /&gt;3: Permission denied&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do I have to declare something into the tFTPlist?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ERROR1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA74.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129565i4F802C59DCFBBC75/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA74.png" alt="0683p000009MA74.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 22:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218909#M13920</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2020-04-21T22:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218910#M13921</link>
      <description>&lt;P&gt;try in the filemask:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((String)globalMap.get("tFTPFileList_1_CURRENT_FILE"))&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"*"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To rename just that file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I would rename it first, and then "get" the copy.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 22:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218910#M13921</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-21T22:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218911#M13922</link>
      <description>&lt;P&gt;Also, I don't understand why you are using a OnSubjobOK with your tFTPFileList, and then have 4 tFTPGet's.&amp;nbsp; That implies that you "know" the file names and don't need the tFTPFileList to get the file names.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mention this because the&amp;nbsp;&lt;SPAN&gt;((String)globalMap.get("tFTPFileList_1_CURRENT_FILE")) is only going to be the last file if finds, because it's used after the&amp;nbsp;OnSubjobOK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sorry, I just don't understand what you are trying to do.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 22:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218911#M13922</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-21T22:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218912#M13923</link>
      <description>&lt;P&gt;It works but only with the first file, If I move more than 1 it only renames the first one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 22:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218912#M13923</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2020-04-21T22:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218913#M13924</link>
      <description>&lt;P&gt;then shouldn't there be an iterate connecting the tFTPFileList to a tFTPGet.&amp;nbsp; And let it iterate over your files so you don't need 4 gets?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 22:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218913#M13924</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-21T22:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218914#M13925</link>
      <description>&lt;P&gt;I will try to explain the full procedure, so maybe it can makes sense to you and maybe there's an easier way to do it (it's my 3 time with talend).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So I have SFTP Folder where I will receive many files during the day.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;With this files I want to run every "x" mins this program that have to do the following:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1) Copy the files from the SFTP that start with "XX" into 1 local folder&lt;/P&gt; 
&lt;P&gt;2) Copy the files&amp;nbsp;from the SFTP that start's with "BB" into other local folder&lt;/P&gt; 
&lt;P&gt;3) Once copied to the 2 folders I want to rename these files from the SFTP (with "OK_+FILENAME") and move them to 2 different "Historic" local folders. (that's why there's 4 gets) cause I have 4 different names and folders to move.&lt;/P&gt; 
&lt;P&gt;4) Remove the files from the SFTP.&lt;/P&gt; 
&lt;P&gt;5) Send a confirmation mail (this works).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 22:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218914#M13925</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2020-04-21T22:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218915#M13926</link>
      <description>&lt;P&gt;That all makes sense.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First rename everything "OK_" + so you can keep track of what you are doing&lt;/P&gt;
&lt;P&gt;tFTPFileList_1----(iterate)----&amp;gt;tFTPRename---(OnComponentOK)----tFTPDelete&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you are only working on "OK_" files and don't need to track new stuff.&amp;nbsp; Next build your email list for only files that start with "OK_", just like you are already doing, but set the&amp;nbsp;tFTPFileList_2 to "OK_*"&lt;/P&gt;
&lt;P&gt;tFTPFileList_2----(iterate)----&amp;gt;tIterateToFlow---(main)----tLogRow---(main)---&amp;gt;tJavaFlex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you are ready to do work&amp;nbsp; Iterate through the "OK_XX*" files and do your work.&amp;nbsp; Use a filemask in the&amp;nbsp;tFTPFileList so you only get these files.&amp;nbsp; copy them to local, archive to history folder, and delete each one.&lt;/P&gt;
&lt;P&gt;tFTPFileList_3----(iterate)----&amp;gt;tFTPGet---(OnComponentOK)----&amp;gt;tFTPRename---(OnComponentOK)----&amp;gt;tFTPDelete&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now do the same for the "OK_BB" files&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, send your email&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 23:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218915#M13926</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-21T23:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218916#M13927</link>
      <description>&lt;P&gt;Thanks for the reply, youre helping me a lot.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to change 1 thing, for the first movement, the files cannot have the OK_ added, So OK_ it's only for the files that will go to the historical folder.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It makes any change on your idea? I will try to replicate.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 23:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218916#M13927</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2020-04-21T23:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218917#M13928</link>
      <description>&lt;P&gt;You can strip off the "OK_" after you copy it to local.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or instead of adding "OK_", you can move the files to a "OK" folder, and then do all your work from there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 14:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218917#M13928</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-22T14:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218918#M13929</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've managed to do it with the renaming at the begining, I think this way there's less time between jobs so it would be more 'safe'.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a last question, it seems as work but in any way I need to close the connection with the FTP and also send the email.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So I want in any way to connect the tFTPDelete_2 to the tFTPClose when there's no more files to process and also send the email. Not sure how to connect.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've thought about an if into the tFTPDelete Like : ((Integer)globalMap.get("tFTPFileList_4_NB_FILE"))==0&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But it's not working.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any ideas how to connect that?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error20.PNG" style="width: 964px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9li.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158090i96FB41643DF3CF72/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9li.png" alt="0683p000009M9li.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 19:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218918#M13929</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2020-04-22T19:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218919#M13930</link>
      <description>&lt;P&gt;you should connect each subjob.&amp;nbsp; So connect&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tFTPFileList_1 to&amp;nbsp;tFTPFileList_2 with a OnSubjobOK&lt;/P&gt;&lt;P&gt;tFTPFileList_2 to&amp;nbsp;tFTPFileList_3 with a OnSubjobOK&lt;/P&gt;&lt;P&gt;tFTPFileList_3 to&amp;nbsp;tFTPFileList_4 with a OnSubjobOK&lt;/P&gt;&lt;P&gt;tFTPFileList_4 to&amp;nbsp;tFTPClose_1 with a OnSubjobOK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 19:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218919#M13930</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-22T19:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Move (cut) files instead copy ftp to local folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218920#M13931</link>
      <description>Worked like a charm. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks a lot, you saved my day!! 
&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;</description>
      <pubDate>Wed, 22 Apr 2020 20:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Move-cut-files-instead-copy-ftp-to-local-folder/m-p/2218920#M13931</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2020-04-22T20:23:07Z</dc:date>
    </item>
  </channel>
</rss>

