<?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: tFTPGet does not get File in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-does-not-get-File/m-p/2353292#M119516</link>
    <description>I was trying to debug the issue and found the below code in tFTPGet component. Seems like if the file exists in local directory, FTP component explicitly does not pull the file from the server. I think, we should have a overwrite check box, when checked should override the file in the local directory if available. 
&lt;BR /&gt;if (!localFile.exists()) { 
&lt;BR /&gt; ftpClient.get(localFileName, remoteFileName); 
&lt;BR /&gt; msg_tFTPGet_1.add("file download successfully."); 
&lt;BR /&gt; globalMap.put("tFTPGet_1_CURRENT_STATUS", 
&lt;BR /&gt; "File transfer OK."); 
&lt;BR /&gt;} else { 
&lt;BR /&gt; msg_tFTPGet_1.add("file exit transmission."); 
&lt;BR /&gt; globalMap.put("tFTPGet_1_CURRENT_STATUS", 
&lt;BR /&gt; "No file transfered."); 
&lt;BR /&gt;}</description>
    <pubDate>Wed, 14 Apr 2010 14:17:16 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2010-04-14T14:17:16Z</dc:date>
    <item>
      <title>tFTPGet does not get File</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-does-not-get-File/m-p/2353291#M119515</link>
      <description>FTP component is not pulling the file from FTP site, if the file already exists in the local directory. It works otherwise. Anyone? I am using version 3.2.2</description>
      <pubDate>Sat, 16 Nov 2024 13:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-does-not-get-File/m-p/2353291#M119515</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPGet does not get File</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-does-not-get-File/m-p/2353292#M119516</link>
      <description>I was trying to debug the issue and found the below code in tFTPGet component. Seems like if the file exists in local directory, FTP component explicitly does not pull the file from the server. I think, we should have a overwrite check box, when checked should override the file in the local directory if available. 
&lt;BR /&gt;if (!localFile.exists()) { 
&lt;BR /&gt; ftpClient.get(localFileName, remoteFileName); 
&lt;BR /&gt; msg_tFTPGet_1.add("file download successfully."); 
&lt;BR /&gt; globalMap.put("tFTPGet_1_CURRENT_STATUS", 
&lt;BR /&gt; "File transfer OK."); 
&lt;BR /&gt;} else { 
&lt;BR /&gt; msg_tFTPGet_1.add("file exit transmission."); 
&lt;BR /&gt; globalMap.put("tFTPGet_1_CURRENT_STATUS", 
&lt;BR /&gt; "No file transfered."); 
&lt;BR /&gt;}</description>
      <pubDate>Wed, 14 Apr 2010 14:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-does-not-get-File/m-p/2353292#M119516</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-04-14T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPGet does not get File</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-does-not-get-File/m-p/2353293#M119517</link>
      <description>Hello 
&lt;BR /&gt;The check box 'overwrite file' already exists on version 3.2.2.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 15 Apr 2010 07:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-does-not-get-File/m-p/2353293#M119517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-15T07:15:10Z</dc:date>
    </item>
  </channel>
</rss>

