<?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 issues on some computers:Connection timed out: connect in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/FTP-issues-on-some-computers-Connection-timed-out-connect/m-p/2203248#M4635</link>
    <description>&lt;P&gt;I am experiencing the same issue, trying to connect to an FTP server through port 990 but connection times out. &lt;/P&gt;&lt;P&gt;I have tested with SFTP support settings and with out these settings, changed connection mode from Active to Passive but none of those changes helped. Also changed the encoding but this also did not help. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can connect to the destination server using WinSCP and it connects successfully but not through talend. &lt;/P&gt;&lt;P&gt;I am using talend version 7.3.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception in component tFTPConnection_1 (ImportDirectDataJSE_Bonds_UTMTMTPlus1)&lt;/P&gt;&lt;P&gt;com.jcraft.jsch.JSchException: Session.connect: java.net.SocketTimeoutException: Read timed out&lt;/P&gt;&lt;P&gt;	at com.jcraft.jsch.Session.connect(Session.java:565)&lt;/P&gt;</description>
    <pubDate>Mon, 14 Feb 2022 12:14:20 GMT</pubDate>
    <dc:creator>B_Zondi</dc:creator>
    <dc:date>2022-02-14T12:14:20Z</dc:date>
    <item>
      <title>FTP issues on some computers:Connection timed out: connect</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-issues-on-some-computers-Connection-timed-out-connect/m-p/2203244#M4631</link>
      <description>Hi, 
&lt;BR /&gt;I am having trouble connecting to FTP on my computer. 
&lt;BR /&gt;I have tried using different FTP component(metadata, tftpConnection directly, etc), 
&lt;BR /&gt;but always getting the same error: Connection timed out. 
&lt;BR /&gt;With the exact same tFTPConnection and security setting, some other computers work, but some do not. 
&lt;BR /&gt;I can also connect to the same FTP with different FTP programs (e.g. FileZilla, WS_FTP) so it can't be a firewall issue. 
&lt;BR /&gt;Anyone has an answer to this? I've seen some posts about the same problem but nobody answered. 
&lt;BR /&gt; 
&lt;BR /&gt;Here is the detail of the error. 
&lt;BR /&gt; 
&lt;BR /&gt;Starting job a at 14:00 28/09/2012. 
&lt;BR /&gt; 
&lt;BR /&gt; connecting to socket on port 3545 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tFTPConnection_1 
&lt;BR /&gt;java.net.ConnectException: Connection timed out: 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:102) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.&amp;lt;init&amp;gt;(FTPControlSocket.java:355) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.connect(FTPClient.java:958) 
&lt;BR /&gt; at projectname.a_0_1.a.tFTPConnection_1Process(a.java:254) 
&lt;BR /&gt; at projectname.a_0_1.a.runJobInTOS(a.java:472) 
&lt;BR /&gt; at projectname.a_0_1.a.main(a.java:340) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job a ended at 14:01 28/09/2012.</description>
      <pubDate>Fri, 28 Sep 2012 22:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-issues-on-some-computers-Connection-timed-out-connect/m-p/2203244#M4631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-28T22:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTP issues on some computers:Connection timed out: connect</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-issues-on-some-computers-Connection-timed-out-connect/m-p/2203245#M4632</link>
      <description>Hi&lt;BR /&gt;Can you ping to the FTP server with port from command prompt?&lt;BR /&gt;&amp;gt;telnet ftp_server_ip port</description>
      <pubDate>Sat, 29 Sep 2012 02:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-issues-on-some-computers-Connection-timed-out-connect/m-p/2203245#M4632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-29T02:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: FTP issues on some computers:Connection timed out: connect</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-issues-on-some-computers-Connection-timed-out-connect/m-p/2203246#M4633</link>
      <description>Hi, &lt;BR /&gt;I get below message.&lt;BR /&gt;220 "Welcome to the tms FTP service."&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 01 Oct 2012 18:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-issues-on-some-computers-Connection-timed-out-connect/m-p/2203246#M4633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-01T18:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: FTP issues on some computers:Connection timed out: connect</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-issues-on-some-computers-Connection-timed-out-connect/m-p/2203247#M4634</link>
      <description>the problem got solved after uninstalling java 1.7 and installing 1.6 instead</description>
      <pubDate>Wed, 07 Nov 2012 19:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-issues-on-some-computers-Connection-timed-out-connect/m-p/2203247#M4634</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-11-07T19:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: FTP issues on some computers:Connection timed out: connect</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-issues-on-some-computers-Connection-timed-out-connect/m-p/2203248#M4635</link>
      <description>&lt;P&gt;I am experiencing the same issue, trying to connect to an FTP server through port 990 but connection times out. &lt;/P&gt;&lt;P&gt;I have tested with SFTP support settings and with out these settings, changed connection mode from Active to Passive but none of those changes helped. Also changed the encoding but this also did not help. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can connect to the destination server using WinSCP and it connects successfully but not through talend. &lt;/P&gt;&lt;P&gt;I am using talend version 7.3.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception in component tFTPConnection_1 (ImportDirectDataJSE_Bonds_UTMTMTPlus1)&lt;/P&gt;&lt;P&gt;com.jcraft.jsch.JSchException: Session.connect: java.net.SocketTimeoutException: Read timed out&lt;/P&gt;&lt;P&gt;	at com.jcraft.jsch.Session.connect(Session.java:565)&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 12:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-issues-on-some-computers-Connection-timed-out-connect/m-p/2203248#M4635</guid>
      <dc:creator>B_Zondi</dc:creator>
      <dc:date>2022-02-14T12:14:20Z</dc:date>
    </item>
  </channel>
</rss>

