<?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: FTPS support in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242032#M28987</link>
    <description>Hello Archenroot,&lt;BR /&gt;The issue has been already reported to Talend as I can see from the other posts and that is why I have tried to find a workaround solution and I agree it is a workaround only, but I am happy that it is working and so we can still use the fabulous tool for ftpes connections as well.</description>
    <pubDate>Tue, 03 Sep 2013 14:32:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-09-03T14:32:37Z</dc:date>
    <item>
      <title>FTPS support</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242024#M28979</link>
      <description>Hello&lt;BR /&gt;We are using TALEND  to put some files to a FTP server. Server uses FTPS (SSL/TLS)... and we are having problems with a setting of a property in &lt;PRE&gt;class it.sauronsoftware.ftp4j.FTPClient&lt;/PRE&gt;&lt;BR /&gt;we can't set it  to  &lt;FONT color="#FF0000"&gt;SECURITY_FTPS. By UI it is automaticaly set to SECURITY_FTPES  &lt;/FONT&gt;&lt;BR /&gt;So ... we wrote a code sample ... and if we connect by setting it SECURITY_FTPS it works.&lt;BR /&gt;&lt;PRE&gt;		javax.net.ssl.SSLContext sslContext = null;&lt;BR /&gt;		javax.net.ssl.TrustManager[] trustManager = null;&lt;BR /&gt;		javax.net.ssl.SSLSocketFactory sslSocketFactory = null;&lt;BR /&gt;		it.sauronsoftware.ftp4j.FTPClient ftp_tFTPConnection_2 = null;&lt;BR /&gt;		MyTrust_tFTPConnection_2 myTrust_tFTPConnection_2 = null;&lt;BR /&gt;		try {&lt;BR /&gt;			try {&lt;BR /&gt;				System.out.println("Conn start");&lt;BR /&gt;				sslContext = javax.net.ssl.SSLContext.getInstance("SSL");&lt;BR /&gt;				myTrust_tFTPConnection_2 = new MyTrust_tFTPConnection_2();&lt;BR /&gt;				trustManager = myTrust_tFTPConnection_2.getTrustManagers();&lt;BR /&gt;				sslContext.init(null, trustManager,&lt;BR /&gt;						new java.security.SecureRandom());&lt;BR /&gt;				sslSocketFactory = sslContext.getSocketFactory();&lt;BR /&gt;				System.out.println("Conn socket start");&lt;BR /&gt;				ftp_tFTPConnection_2 = new it.sauronsoftware.ftp4j.FTPClient();&lt;BR /&gt;				ftp_tFTPConnection_2.setSSLSocketFactory(sslSocketFactory);&lt;BR /&gt;				//not working&lt;BR /&gt;//				ftp_tFTPConnection_2.setSecurity(it.sauronsoftware.ftp4j.FTPClient.SECURITY_FTPES);&lt;BR /&gt;				//working&lt;BR /&gt;				ftp_tFTPConnection_2.setSecurity(it.sauronsoftware.ftp4j.FTPClient.SECURITY_FTPS);&lt;BR /&gt;				System.out.println("Conn start ... init");&lt;/PRE&gt;&lt;BR /&gt;So ... &lt;B&gt;question&lt;/B&gt; is - &lt;B&gt;how to set via UI or is there some other way&lt;/B&gt; ... that the property will be set  &lt;FONT color="green"&gt;SECURITY_FTPS&lt;/FONT&gt;&lt;BR /&gt;&lt;PRE&gt;ftp_tFTPConnection_2.setSecurity(it.sauronsoftware.ftp4j.FTPClient.SECURITY_FTPS);&lt;/PRE&gt;&lt;BR /&gt;and not &lt;FONT color="#FF0000"&gt;SECURITY_FTPES&lt;/FONT&gt;&lt;BR /&gt;&lt;PRE&gt;ftp_tFTPConnection_2.setSecurity(it.sauronsoftware.ftp4j.FTPClient.SECURITY_FTPES);&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 13:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242024#M28979</guid>
      <dc:creator>dvojnik</dc:creator>
      <dc:date>2024-11-16T13:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: FTPS support</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242025#M28980</link>
      <description>You can modify the tFTPConnection component to generate the correct code. look in &amp;lt;talend_install&amp;gt;\plugins\org.talend.designer.components.localprovider_&amp;lt;version#&amp;gt;\components
&lt;BR /&gt;I would suggest copying the tFTPConnection and making a whole "new" component rather than just editing the existing one.</description>
      <pubDate>Fri, 12 Nov 2010 19:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242025#M28980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-12T19:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: FTPS support</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242026#M28981</link>
      <description>hi all,&lt;BR /&gt;and the SFTP option isn't enought for your need ?&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Sat, 13 Nov 2010 21:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242026#M28981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-13T21:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTPS support</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242027#M28982</link>
      <description>kzone, 
&lt;BR /&gt;I think SFTP is not the solution here as far as this is SSH File Transfer Protocol if they do not have SSH daemon running on the destination. What is dvojnik talking about is FTPS. 
&lt;BR /&gt;Dvojnik, 
&lt;BR /&gt;The issue is that this component wasn't defined in way of let user select the Implicit or Explicit SSL when talking to FTP server. 
&lt;BR /&gt;The flag has following meaning: 
&lt;BR /&gt;SECURITY_FTPS 
&lt;BR /&gt;FTP over SSL (Explicit) Explicit security requires that the FTP client issues a specific command to the FTP server after establishing a connection to establish the SSL link. In explicit SSL (or in TLS) the FTP client needs to send an explicit command ( i.e. "AUTH SSL" or "AUTH TLS") to FTP server to initiate a secure control connection. The default FTP server port is used. This formal method is documented in RFC 2228. 
&lt;BR /&gt;SECURITY_FTPES 
&lt;BR /&gt;FTP over SSL (Implicit) Implicit security is a mechanism by which security is automatically turned on as soon as the FTP client makes a connection to an FTP server. In this case, the FTP server defines a specific port for the client (990) to be used for secure connections. 
&lt;BR /&gt;I also would recommend create temporarily custom component where you change this flag by yourself. 
&lt;BR /&gt;On the other hand you could also keep an eye at 
&lt;A href="http://www.talendforge.org/bugs/view.php?id=17045" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/bugs/view.php?id=17045&lt;/A&gt; where I already repoted this behavior and request new features for tFTPConnection as you can see at the bugtracker site. 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;archenroot</description>
      <pubDate>Sun, 14 Nov 2010 16:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242027#M28982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-14T16:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: FTPS support</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242028#M28983</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I think SFTP is not the solution here as far as this is SSH File Transfer Protocol if they do not have SSH daemon running on the destination. What is dvojnik talking about is FTPS.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;... I need to read more carefully post !!! sorry for the "hors - sujet" ! 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; 
&lt;BR /&gt;laurent</description>
      <pubDate>Sun, 14 Nov 2010 20:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242028#M28983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-14T20:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: FTPS support</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242029#M28984</link>
      <description>Thank you all for your answers. They helped a lot. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;You can modify the tFTPConnection component to generate the correct code. look in &amp;lt;talend_install&amp;gt;\plugins\org.talend.designer.components.localprovider_&amp;lt;version#&amp;gt;\components&lt;BR /&gt;I would suggest copying the tFTPConnection and making a whole "new" component rather than just editing the existing one.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thank you for your suggestion. We have done that and it works. Well... at least partially. I can now get files from the ftp, but cannot put them there. tFTPPut shows error: 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tFTPPut_1&lt;BR /&gt;java.lang.ClassCastException: it.sauronsoftware.ftp4j.FTPClient cannot be cast to com.enterprisedt.net.ftp.FTPClient&lt;BR /&gt;	at talenddemosjava.testftps_0_1.testFTPS.tFTPPut_1Process(testFTPS.java:385)&lt;BR /&gt;	at talenddemosjava.testftps_0_1.testFTPS.tFTPConnection_1Process(testFTPS.java:325)&lt;BR /&gt;	at talenddemosjava.testftps_0_1.testFTPS.runJobInTOS(testFTPS.java:786)&lt;BR /&gt;	at talenddemosjava.testftps_0_1.testFTPS.main(testFTPS.java:657)&lt;/PRE&gt; 
&lt;BR /&gt;I can see that FTPS is only supported by tFTPget. Is there any other way of putting files on the FTP ? Can anyone tell my when FTPS will be enabled in tFTPput.</description>
      <pubDate>Tue, 16 Nov 2010 11:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242029#M28984</guid>
      <dc:creator>dvojnik</dc:creator>
      <dc:date>2010-11-16T11:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: FTPS support</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242030#M28985</link>
      <description>To Solve the ftpes out issue with talend we have found a workaround. Request you to see below link for details:&lt;BR /&gt;&lt;A href="http://www.osintegration.in/index.php/osi-blogger/item/123-ftpes-put-solved-with-talend" rel="nofollow noopener noreferrer"&gt;http://www.osintegration.in/index.php/osi-blogger/item/123-ftpes-put-solved-with-talend&lt;/A&gt;</description>
      <pubDate>Sat, 24 Aug 2013 12:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242030#M28985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-24T12:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: FTPS support</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242031#M28986</link>
      <description>Halidali, definitely thank you for your solution, but I see it as working workaround. &lt;BR /&gt;I will not raise the bug as soon as I didn't experience such a behavior, but if you do so, Talend developers will definitely help you, I already solved many bugs with them very quickly.</description>
      <pubDate>Mon, 02 Sep 2013 21:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242031#M28986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-02T21:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: FTPS support</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242032#M28987</link>
      <description>Hello Archenroot,&lt;BR /&gt;The issue has been already reported to Talend as I can see from the other posts and that is why I have tried to find a workaround solution and I agree it is a workaround only, but I am happy that it is working and so we can still use the fabulous tool for ftpes connections as well.</description>
      <pubDate>Tue, 03 Sep 2013 14:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-support/m-p/2242032#M28987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-03T14:32:37Z</dc:date>
    </item>
  </channel>
</rss>

