<?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 [resolved] SFTP connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-SFTP-connection/m-p/2199181#M2195</link>
    <description>Hi all,&lt;BR /&gt;When i try to connect to ftp server without SFTP and port 21 it connects &lt;BR /&gt;&amp;nbsp;successfully but when i try to do it with SFTP with port 22 it gives me error that connection timeout.&lt;BR /&gt;what could be the reason ????&lt;BR /&gt;I am able to connect to server via command line and WINSCP tool.&lt;BR /&gt;Thanks,&lt;BR /&gt;Pankaj</description>
    <pubDate>Mon, 22 Feb 2016 14:34:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-22T14:34:27Z</dc:date>
    <item>
      <title>[resolved] SFTP connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-SFTP-connection/m-p/2199181#M2195</link>
      <description>Hi all,&lt;BR /&gt;When i try to connect to ftp server without SFTP and port 21 it connects &lt;BR /&gt;&amp;nbsp;successfully but when i try to do it with SFTP with port 22 it gives me error that connection timeout.&lt;BR /&gt;what could be the reason ????&lt;BR /&gt;I am able to connect to server via command line and WINSCP tool.&lt;BR /&gt;Thanks,&lt;BR /&gt;Pankaj</description>
      <pubDate>Mon, 22 Feb 2016 14:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-SFTP-connection/m-p/2199181#M2195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-22T14:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] SFTP connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-SFTP-connection/m-p/2199182#M2196</link>
      <description>Make sure you have SFTP support checked in your connection component: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156034i4D3C437B8930B7EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDAQ.png" alt="0683p000009MDAQ.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 22 Feb 2016 21:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-SFTP-connection/m-p/2199182#M2196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-22T21:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] SFTP connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-SFTP-connection/m-p/2199183#M2197</link>
      <description>yes.I have SFTP support checked in your connection component.&lt;BR /&gt;it giving me error while uploading screenshot.Actually my connection worked few times ,now it just go on waiting.&lt;BR /&gt;Thanks,&lt;BR /&gt;Pankaj</description>
      <pubDate>Tue, 23 Feb 2016 05:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-SFTP-connection/m-p/2199183#M2197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-23T05:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] SFTP connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-SFTP-connection/m-p/2199184#M2198</link>
      <description>Have you updated jsch.jar? there is an issue with the latest version of this jar and the connect component.
&lt;BR /&gt;If you have you can fix by injecting this code into an existing SFTP connection component in the Port text box like this. Just make sure to get the correct name of the tFTPConnection component--
&lt;BR /&gt;
&lt;PRE&gt;context.SFTP_PORT); session_tFTPConnection_1.setConfig("PreferredAuthentications","publickey,keyboard-interactive,password"&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Feb 2016 16:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-SFTP-connection/m-p/2199184#M2198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-23T16:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] SFTP connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-SFTP-connection/m-p/2199185#M2199</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;PRE&gt;context.SFTP_PORT); session_tFTPConnection_1.setConfig("PreferredAuthentications","publickey,keyboard-interactive,password"&lt;/PRE&gt;&lt;BR /&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;It worked .
&lt;BR /&gt;Thanks Alot.
&lt;BR /&gt;-I tried one more solution,
&lt;BR /&gt;I downloaded latest jsch.jar and renamed it to jsch-0.1.51 and put it in talend_directory\configuration\lib\java
&lt;BR /&gt;this solution also worked for me.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Pankaj</description>
      <pubDate>Wed, 24 Feb 2016 13:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-SFTP-connection/m-p/2199185#M2199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-24T13:24:26Z</dc:date>
    </item>
  </channel>
</rss>

