<?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: Issues with tFTPGet component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-tFTPGet-component/m-p/2321741#M91745</link>
    <description>It is correct, the connection is working.</description>
    <pubDate>Tue, 28 Jan 2014 11:13:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-28T11:13:58Z</dc:date>
    <item>
      <title>Issues with tFTPGet component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-tFTPGet-component/m-p/2321739#M91743</link>
      <description>Hi, 
&lt;BR /&gt;I'm having problems with the tFTPGet component when I'm trying to get all .txt from a directory and their sub-directories. Besides the problem in 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vClu2CAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-tFTPGet-retrieves-directory-instead-of-file/td-p/81530&lt;/A&gt;, I'm now getting this error message: 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tFTPGet_1 
&lt;BR /&gt;java.net.ConnectException: Connection refused: connect 
&lt;BR /&gt; at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) 
&lt;BR /&gt; at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) 
&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt; at java.net.AbstractPlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at com.enterprisedt.util.proxy.PlainSocket.createPlainSocket(PlainSocket.java:83) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.newPassiveDataSocket(FTPControlSocket.java:931) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.createDataSocketPASV(FTPControlSocket.java:838) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.createDataSocket(FTPControlSocket.java:563) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.setupDataSocket(FTPClient.java:2561) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.initGet(FTPClient.java:2989) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.getData(FTPClient.java:3049) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.getFile(FTPClient.java:2873) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.get(FTPClient.java:2269) 
&lt;BR /&gt; at test_di.ftp3_0_1.ftp3$1FTPGetter_tFTPGet_1.downloadFile(ftp3.java:541) 
&lt;BR /&gt; at test_di.ftp3_0_1.ftp3$1FTPGetter_tFTPGet_1.getAllFiles(ftp3.java:435) 
&lt;BR /&gt; at test_di.ftp3_0_1.ftp3$1FTPGetter_tFTPGet_1.getAllFiles(ftp3.java:444) 
&lt;BR /&gt; at test_di.ftp3_0_1.ftp3$1FTPGetter_tFTPGet_1.getAllFiles(ftp3.java:444) 
&lt;BR /&gt; at test_di.ftp3_0_1.ftp3$1FTPGetter_tFTPGet_1.getAllFiles(ftp3.java:444) 
&lt;BR /&gt; at test_di.ftp3_0_1.ftp3$1FTPGetter_tFTPGet_1.getAllFiles(ftp3.java:444) 
&lt;BR /&gt; at test_di.ftp3_0_1.ftp3.tFTPGet_1Process(ftp3.java:614) 
&lt;BR /&gt; at test_di.ftp3_0_1.ftp3.tFTPConnection_1Process(ftp3.java:356) 
&lt;BR /&gt; at test_di.ftp3_0_1.ftp3.runJobInTOS(ftp3.java:852) 
&lt;BR /&gt; at test_di.ftp3_0_1.ftp3.main(ftp3.java:718) 
&lt;BR /&gt;Do you know anything about these issues with this component? 
&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 27 Jan 2014 17:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-tFTPGet-component/m-p/2321739#M91743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-27T17:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with tFTPGet component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-tFTPGet-component/m-p/2321740#M91744</link>
      <description>The host or the port is incorrect. Check your connection properties with a simple ftp client or simply telnet:&lt;BR /&gt;example: telnet my_host 21</description>
      <pubDate>Mon, 27 Jan 2014 20:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-tFTPGet-component/m-p/2321740#M91744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-27T20:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with tFTPGet component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issues-with-tFTPGet-component/m-p/2321741#M91745</link>
      <description>It is correct, the connection is working.</description>
      <pubDate>Tue, 28 Jan 2014 11:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issues-with-tFTPGet-component/m-p/2321741#M91745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T11:13:58Z</dc:date>
    </item>
  </channel>
</rss>

