<?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: tFTPConnection Operation timed out (Connection timed out) - Working fine in FileZilla in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265170#M44802</link>
    <description>&lt;P&gt;Thanks for the quick response&amp;nbsp;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/18546"&gt;@uganesh&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I am using Port 21 in the Filezilla. Tested using the same port in talend here is the response&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;[statistics] connecting to socket on port 4046&lt;/P&gt;
&lt;P class="p1"&gt;[statistics] connected&lt;/P&gt;
&lt;P class="p2"&gt;Exception in component tFTPConnection_1 (Job3)&lt;/P&gt;
&lt;P class="p2"&gt;javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?&lt;/P&gt;
&lt;P class="p2"&gt;at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:710)&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Mar 2019 08:49:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-19T08:49:59Z</dc:date>
    <item>
      <title>tFTPConnection Operation timed out (Connection timed out) - Working fine in FileZilla</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265163#M44795</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2019-03-16 at 10.58.47.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3Td.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139433iFCE50B5C78D7F41F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3Td.png" alt="0683p000009M3Td.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Created certificate following these steps&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;keytool -keystore clientkeystore -genkey -alias client -keystore local_keystore.jks&lt;BR /&gt;keytool -importkeystore -srckeystore local_keystore.jks -destkeystore local_keystore.jks -deststoretype pkcs12&lt;BR /&gt;openssl s_client -connect 37.97.69.116:21 -starttls ftp &amp;lt;/dev/null 2&amp;gt;/dev/null |openssl x509 -outform PEM &amp;gt; ftp_server.pem&lt;BR /&gt;openssl x509 -inform PEM -in ftp_server.pem -outform DEF -out ftp_server.cer&lt;BR /&gt;keytool -import -file ftp_server.cer -keystore local_keystore.jks&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-center" image-alt="Screenshot 2019-03-16 at 11.02.04.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3Tn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138775iDB8F1EDE538894C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3Tn.png" alt="0683p000009M3Tn.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Error&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;[statistics] connecting to socket on port 3606&lt;/P&gt; 
&lt;P class="p1"&gt;[statistics] connected&lt;/P&gt; 
&lt;P class="p2"&gt;Exception in component tFTPConnection_1 (jobv1)&lt;/P&gt; 
&lt;P class="p2"&gt;java.net.ConnectException: Operation timed out (Connection timed out)&lt;/P&gt; 
&lt;P class="p2"&gt;at java.net.PlainSocketImpl.socketConnect(Native Method)&lt;/P&gt; 
&lt;P class="p2"&gt;at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)&lt;/P&gt; 
&lt;P class="p2"&gt;at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)&lt;/P&gt; 
&lt;P class="p2"&gt;at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)&lt;/P&gt; 
&lt;P class="p2"&gt;at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)&lt;/P&gt; 
&lt;P class="p2"&gt;at java.net.Socket.connect(Socket.java:589)&lt;/P&gt; 
&lt;P class="p2"&gt;at org.apache.commons.net.SocketClient._connect(SocketClient.java:243)&lt;/P&gt; 
&lt;P class="p2"&gt;at org.apache.commons.net.SocketClient.connect(SocketClient.java:202)&lt;/P&gt; 
&lt;P class="p2"&gt;at pwc_projects.jobv1_0_1.jobv1.tFTPConnection_1Process(jobv1.java:444)&lt;/P&gt; 
&lt;P class="p2"&gt;at pwc_projects.jobv1_0_1.jobv1.runJobInTOS(jobv1.java:1149)&lt;/P&gt; 
&lt;P class="p2"&gt;at pwc_projects.jobv1_0_1.jobv1.main(jobv1.java:1000)&lt;/P&gt; 
&lt;P class="p1"&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 10:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265163#M44795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-16T10:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection Operation timed out (Connection timed out) - Working fine in FileZilla</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265164#M44796</link>
      <description>&lt;P&gt;You get info: "&lt;SPAN&gt;Operation timed out", did you check the firewall, antivirus or something like that which can block your connection?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 17:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265164#M44796</guid>
      <dc:creator>DataTeam1</dc:creator>
      <dc:date>2019-03-16T17:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection Operation timed out (Connection timed out) - Working fine in FileZilla</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265165#M44797</link>
      <description>&lt;P&gt;Can you check implicit mode FTPS is correct in your configuration ?&lt;/P&gt; 
&lt;P&gt;Usually FTPS&amp;nbsp; implicit port are 989/990. Explicit port can be 21or anything else.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Also I am not sure Port 22 can be used in explicit mode of FTPS as it is usually SFTP SSH port.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 18:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265165#M44797</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-16T18:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection Operation timed out (Connection timed out) - Working fine in FileZilla</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265166#M44798</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPKNAA4"&gt;@DataTeam&lt;/A&gt;&amp;nbsp;I don't&amp;nbsp;think the firewall is the issue as it is working fine from FileZilla&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt;&amp;nbsp; I have tested the same ports in both the configuration and still no luck&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2019 21:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265166#M44798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-17T21:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection Operation timed out (Connection timed out) - Working fine in FileZilla</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265167#M44799</link>
      <description>Can you please share filezila log? I have doubt that connection should be sftp instead of FTPS.</description>
      <pubDate>Mon, 18 Mar 2019 18:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265167#M44799</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-18T18:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection Operation timed out (Connection timed out) - Working fine in FileZilla</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265168#M44800</link>
      <description>&lt;P&gt;Please find the logs below.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;2019-03-19 07:59:11 86622 1 Status: Resolving address of XXX.com
2019-03-19 07:59:11 86622 1 Status: Connecting to XXX:21...
2019-03-19 07:59:11 86622 1 Status: Connection established, waiting for welcome message...
2019-03-19 07:59:11 86622 1 Response: 220 Microsoft FTP Service
2019-03-19 07:59:11 86622 1 Command: AUTH TLS
2019-03-19 07:59:11 86622 1 Response: 234 AUTH command ok. Expecting TLS Negotiation.
2019-03-19 07:59:11 86622 1 Status: Initializing TLS...
2019-03-19 07:59:11 86622 1 Status: Verifying certificate...
2019-03-19 07:59:11 86622 1 Status: TLS connection established.
2019-03-19 07:59:11 86622 1 Command: USER chamws
2019-03-19 07:59:11 86622 1 Response: 331 Password required
2019-03-19 07:59:11 86622 1 Command: PASS ************
2019-03-19 07:59:11 86622 1 Response: 230-Directory has 4,081,799,168 bytes of disk space available.
2019-03-19 07:59:11 86622 1 Response: 230 User logged in.
2019-03-19 07:59:11 86622 1 Command: SYST
2019-03-19 07:59:11 86622 1 Response: 215 Windows_NT
2019-03-19 07:59:11 86622 1 Command: FEAT
2019-03-19 07:59:11 86622 1 Response: 211-Extended features supported:
2019-03-19 07:59:11 86622 1 Response:  LANG EN*
2019-03-19 07:59:11 86622 1 Response:  UTF8
2019-03-19 07:59:11 86622 1 Response:  AUTH TLS;TLS-C;SSL;TLS-P;
2019-03-19 07:59:11 86622 1 Response:  PBSZ
2019-03-19 07:59:11 86622 1 Response:  PROT C;P;
2019-03-19 07:59:11 86622 1 Response:  CCC
2019-03-19 07:59:11 86622 1 Response:  HOST
2019-03-19 07:59:11 86622 1 Response:  SIZE
2019-03-19 07:59:11 86622 1 Response:  MDTM
2019-03-19 07:59:11 86622 1 Response:  REST STREAM
2019-03-19 07:59:11 86622 1 Response: 211 END
2019-03-19 07:59:11 86622 1 Command: OPTS UTF8 ON
2019-03-19 07:59:11 86622 1 Response: 200 OPTS UTF8 command successful - UTF8 encoding now ON.&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Mar 2019 07:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265168#M44800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T07:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection Operation timed out (Connection timed out) - Working fine in FileZilla</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265169#M44801</link>
      <description>Did you already try on port 21? In logs it is connecting on port 21.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Mar 2019 08:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265169#M44801</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-19T08:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection Operation timed out (Connection timed out) - Working fine in FileZilla</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265170#M44802</link>
      <description>&lt;P&gt;Thanks for the quick response&amp;nbsp;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/18546"&gt;@uganesh&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I am using Port 21 in the Filezilla. Tested using the same port in talend here is the response&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;[statistics] connecting to socket on port 4046&lt;/P&gt;
&lt;P class="p1"&gt;[statistics] connected&lt;/P&gt;
&lt;P class="p2"&gt;Exception in component tFTPConnection_1 (Job3)&lt;/P&gt;
&lt;P class="p2"&gt;javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?&lt;/P&gt;
&lt;P class="p2"&gt;at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:710)&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 08:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265170#M44802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T08:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection Operation timed out (Connection timed out) - Working fine in FileZilla</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265171#M44803</link>
      <description>&lt;P&gt;Now it is certificate error. Are you using any KeyStrore file when connecting using filezila ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 10:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265171#M44803</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-19T10:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection Operation timed out (Connection timed out) - Working fine in FileZilla</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265172#M44804</link>
      <description>&lt;P&gt;No&amp;nbsp;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/18546"&gt;@uganesh&lt;/A&gt;&amp;nbsp; there isn't any certificate used but when I use this setting in the tFTP Connection with Port 21 there is no error&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2019-03-19 at 18.50.15.png" style="width: 400px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17438iFBD46912BEA89F44/image-size/medium?v=1.0&amp;amp;px=400" title="Screenshot 2019-03-19 at 18.50.15.png" alt="Screenshot 2019-03-19 at 18.50.15.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But no relevant information too&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2019-03-19 at 18.51.51.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17439i376BD1A08E585B5F/image-size/large?v=1.0&amp;amp;px=999" title="Screenshot 2019-03-19 at 18.51.51.png" alt="Screenshot 2019-03-19 at 18.51.51.png" /&gt;&lt;/SPAN&gt;&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-center" image-alt="Screenshot 2019-03-19 at 18.54.05.png" style="width: 838px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17440i946020A46B89C6FD/image-size/large?v=1.0&amp;amp;px=999" title="Screenshot 2019-03-19 at 18.54.05.png" alt="Screenshot 2019-03-19 at 18.54.05.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any idea ?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 17:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265172#M44804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T17:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection Operation timed out (Connection timed out) - Working fine in FileZilla</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265173#M44805</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:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-Operation-timed-out-Connection-timed-out-Working/m-p/2265173#M44805</guid>
      <dc:creator>B_Zondi</dc:creator>
      <dc:date>2022-02-14T12:16:13Z</dc:date>
    </item>
  </channel>
</rss>

