<?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 not working in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472814#M141041</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;I have already put path and passphrase under double quotes only.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;DBS&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2024 04:09:16 GMT</pubDate>
    <dc:creator>DBS1</dc:creator>
    <dc:date>2024-07-25T04:09:16Z</dc:date>
    <item>
      <title>tFTPConnection not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472564#M141031</link>
      <description>&lt;P&gt;Hi Team&lt;BR /&gt;&lt;BR /&gt;I am trying to establish FTP connection using tFTPConnection component in Talend. For Authentication method, I am using 'Public key and password'. I am proving the values for hostname, port, username, password and also the path to Private key and Key passphrase as well.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I am getting the error as Invalid Private Key. I am providing the same credentials and private key in WinScp and is getting connected.&lt;BR /&gt;I have also tried converting the private key (ppk file) into OpenSSH key and used in tFTPConnection component, but it also didn't work.&lt;BR /&gt;&lt;BR /&gt;Please help in resolving this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;DBS&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 06:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472564#M141031</guid>
      <dc:creator>DBS1</dc:creator>
      <dc:date>2024-07-24T06:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472727#M141040</link>
      <description>&lt;P&gt;Hello DBS1,&lt;/P&gt;
&lt;P&gt;One mistake I used to do all the time was forgetting to put &lt;SPAN&gt;the path to Private key and Key passphrase between "". If you don't do it it can interpret the special characters and fail to connect&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 15:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472727#M141040</guid>
      <dc:creator>quentin-vigne</dc:creator>
      <dc:date>2024-07-24T15:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472814#M141041</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;I have already put path and passphrase under double quotes only.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;DBS&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 04:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472814#M141041</guid>
      <dc:creator>DBS1</dc:creator>
      <dc:date>2024-07-25T04:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472864#M141042</link>
      <description>&lt;P&gt;In your original message you said you tried to use OpenSSH.&lt;/P&gt;
&lt;P&gt;Did you try to generate the key using the command :&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;ssh-keygen -t rsa&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Talend tFTPConnection doesn't work with Putty keys for example.&lt;/P&gt;
&lt;P&gt;You also have the option to l&lt;SPAN&gt;oad the .ppk into PuttyGen, use the Conversions menu to export it in OpenSSH format (save it as yourprivatekey.ppk) and use that key instead.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 07:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472864#M141042</guid>
      <dc:creator>quentin-vigne</dc:creator>
      <dc:date>2024-07-25T07:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472872#M141043</link>
      <description>&lt;P&gt;I have used PuttyGen to convert the ppk file into Open SSH format. I have saved the file with .ppk, .pem and .key extension and have tried as well.&lt;BR /&gt;In that case, I am getting the following error:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tFTPConnection_1 Auth fail for methods 'publickey,password'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;com.jcraft.jsch.JSchException: Auth fail for methods 'publickey,password'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.jcraft.jsch.Session.connect(Session.java:532)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.jcraft.jsch.Session.connect(Session.java:194)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 08:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472872#M141043</guid>
      <dc:creator>DBS1</dc:creator>
      <dc:date>2024-07-25T08:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472874#M141044</link>
      <description>&lt;P&gt;Could you provide a screenshot of your tFTPConnection ? You can blur out any confidential information if needed&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 08:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472874#M141044</guid>
      <dc:creator>quentin-vigne</dc:creator>
      <dc:date>2024-07-25T08:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472921#M141045</link>
      <description>&lt;P&gt;Please find the below.&lt;BR /&gt;I have blurred the credentials. The password and the keyphrase, I have defined as context and the values are provided in the context section.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DBS1_1-1721902650802.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169911i0EE0115419CFFE89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DBS1_1-1721902650802.png" alt="DBS1_1-1721902650802.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DBS1_2-1721902677933.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169912i4542EDF9B76C6170/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DBS1_2-1721902677933.png" alt="DBS1_2-1721902677933.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 10:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472921#M141045</guid>
      <dc:creator>DBS1</dc:creator>
      <dc:date>2024-07-25T10:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472955#M141046</link>
      <description>&lt;P&gt;Hi DBS, &lt;BR /&gt;which version of Talend are you using?&lt;BR /&gt;And how was your key generated, in terms of encryption method?&lt;/P&gt;
&lt;P&gt;For example, if you are using Talend version 6, its Java version would be too old to support recent Ed25519 keys.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;&lt;SPAN&gt;Fabio&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 12:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472955#M141046</guid>
      <dc:creator>Fabio_Caimi</dc:creator>
      <dc:date>2024-07-25T12:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472961#M141047</link>
      <description>&lt;P&gt;I am using Talend Cloud data Integration Platform and the version is 8.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;
&lt;P&gt;DBS&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 12:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472961#M141047</guid>
      <dc:creator>DBS1</dc:creator>
      <dc:date>2024-07-25T12:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472963#M141048</link>
      <description>&lt;P&gt;And also regarding the key generation. I got the ppk key from IT team and using that key it is getting connected to the FTP server via WinSCP.&lt;BR /&gt;&lt;BR /&gt;For making use of the key in Talend, I have converted the ppk file into Open SSH key using PuttyGen and in type of key to generate, I have chosen SSH-1 (RSA)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Dhanoop&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 12:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472963#M141048</guid>
      <dc:creator>DBS1</dc:creator>
      <dc:date>2024-07-25T12:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472964#M141049</link>
      <description>&lt;P&gt;1. Do you have an HTTPS Proxy ? If so, it doesn't work, you'll have to use tSetProxy&lt;/P&gt;
&lt;P&gt;2. Do you use the conversion menu in PuttyGen ? Don't use the buttons on the bottom to Generate a new key&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="quentinvigne_0-1721910407686.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169925i617DF75216D83E45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="quentinvigne_0-1721910407686.png" alt="quentinvigne_0-1721910407686.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Import your ".ppk" key using the "Import key" in "Conversions" menu.&lt;/P&gt;
&lt;P&gt;Then use "Export OpenSSH key" and save it as "new.ppk"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use this new key&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 13:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472964#M141049</guid>
      <dc:creator>quentin-vigne</dc:creator>
      <dc:date>2024-07-25T13:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472983#M141050</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/266796"&gt;@quentin-vigne&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am not having any HTTPS Proxy.&lt;BR /&gt;&lt;BR /&gt;And for conversion, I am doing the same way as you have described above. I have tried different but nothing is working.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;
&lt;P&gt;DBS&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 13:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-not-working/m-p/2472983#M141050</guid>
      <dc:creator>DBS1</dc:creator>
      <dc:date>2024-07-25T13:28:57Z</dc:date>
    </item>
  </channel>
</rss>

