<?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: FTP delete after ftpget? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/FTP-delete-after-ftpget/m-p/2213434#M10685</link>
    <description>is it possible to delete a file after the get was done and the result was ok? my experience with FTP is that sometimes files cannot be retreived due to whatever reason. &amp;nbsp;do you need to Iterate between tFTPGet_1 and tFTPDelete_1? I am getting my files in tFTPGet_1 with&amp;nbsp;((String)globalMap.get("tFTPFileList_1_CURRENT_FILEPATH"))</description>
    <pubDate>Wed, 30 Jul 2014 14:52:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-30T14:52:57Z</dc:date>
    <item>
      <title>FTP delete after ftpget?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-delete-after-ftpget/m-p/2213432#M10683</link>
      <description>Hi all, 
&lt;BR /&gt;How can I use ftpdelete correctly? 
&lt;BR /&gt;I have: 
&lt;BR /&gt;FtpConnection -&amp;gt; FTPFilelist -&amp;gt; FTPGet. 
&lt;BR /&gt;After this I want to delete the file that was "get". 
&lt;BR /&gt;And I want to continue working locally afterwards. 
&lt;BR /&gt;I have 12 ftpservers that I want to connect to in parallel and copy the files over and delete them on the server. 
&lt;BR /&gt;After that I want to thread all the files at the same time. 
&lt;BR /&gt;So 1 want 1 job with an ftpdelete after the get and this 12 times so I can try to run them all in parallel with multithreadexecution. 
&lt;BR /&gt;And this subjob once completed -&amp;gt; load the files to the DB.</description>
      <pubDate>Mon, 03 Feb 2014 13:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-delete-after-ftpget/m-p/2213432#M10683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T13:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: FTP delete after ftpget?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-delete-after-ftpget/m-p/2213433#M10684</link>
      <description>tFtpConnection -&amp;gt; tFTPFilelist -&amp;gt; tFTPGet -&amp;gt; tFTPDelete (using the same filename as in tFTPGet) 
&lt;BR /&gt;Or do I miss something here?</description>
      <pubDate>Mon, 03 Feb 2014 23:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-delete-after-ftpget/m-p/2213433#M10684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T23:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: FTP delete after ftpget?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-delete-after-ftpget/m-p/2213434#M10685</link>
      <description>is it possible to delete a file after the get was done and the result was ok? my experience with FTP is that sometimes files cannot be retreived due to whatever reason. &amp;nbsp;do you need to Iterate between tFTPGet_1 and tFTPDelete_1? I am getting my files in tFTPGet_1 with&amp;nbsp;((String)globalMap.get("tFTPFileList_1_CURRENT_FILEPATH"))</description>
      <pubDate>Wed, 30 Jul 2014 14:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-delete-after-ftpget/m-p/2213434#M10685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-30T14:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP delete after ftpget?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-delete-after-ftpget/m-p/2213435#M10686</link>
      <description>I would not recommend or believe on Ok from ftpget. After download, get the property of downloaded file as well as the property of file on ftp server. If the comparison is ok, then you can delete.
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=tFTPFileProperties&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tFTPFileProperties&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 30 Jul 2014 15:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-delete-after-ftpget/m-p/2213435#M10686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-30T15:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTP delete after ftpget?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-delete-after-ftpget/m-p/2213436#M10687</link>
      <description>hi ,&lt;BR /&gt;as far as I know you cannot pass 2 different commands in the same request.&lt;BR /&gt;As&amp;nbsp;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;sanvaibhav &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;said , you get first ans delete after (2 cdifferents commant through ftp protocol)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;laurent&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 30 Jul 2014 15:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-delete-after-ftpget/m-p/2213436#M10687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-30T15:24:29Z</dc:date>
    </item>
  </channel>
</rss>

