<?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: Error in tFTPPut component - FTPS-server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPPut-component-FTPS-server/m-p/2294778#M67622</link>
    <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;thanks for the reply. &lt;/P&gt;&lt;P&gt;It's an external server, I have only access to the / directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After login the function: ftp_tFTPPut_1.printWorkingDirectory();   &lt;/P&gt;&lt;P&gt;returns "/"  . That's fine&lt;/P&gt;&lt;P&gt;The next line in the tFTPPut method is:&lt;/P&gt;&lt;P&gt;ftp_tFTPPut_1.changeWorkingDirectory("/"); &lt;/P&gt;&lt;P&gt;this function call returns FALSE and finally throws an exception.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually it would be great if the current working directory is equal to the remote working directory, the function changeWorkingDirectory() shouldn't be called.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Philipp&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 10:30:14 GMT</pubDate>
    <dc:creator>PGugg1648721424</dc:creator>
    <dc:date>2022-04-08T10:30:14Z</dc:date>
    <item>
      <title>Error in tFTPPut component - FTPS-server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPPut-component-FTPS-server/m-p/2294775#M67619</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to upload a file to a FTPS-server using the tFTPPut component. But I'm always get the error message: 'Failed to change remote directory. 550 No such directory.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I started the debugging and finally see the problem but I don't know how to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The FTPS connection works fine. With the tFTPGet component I can download files&lt;/LI&gt;&lt;LI&gt;on the FTPS server I have only access to the root directory. In addition I'm not allowed to create subfolders&lt;/LI&gt;&lt;LI&gt;I set the remote directory to "/" and "." but I get the error message for both pathes. In the &lt;P&gt;tFTPGet  I'm using "." for the remote directory, with "/", the error message is 'Failed to change remote directory. 550 No such directory.' too.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Then I run single lines of the generated code:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ftp_tFTPPut_1.printWorkingDirectory(); -&amp;gt; returns "/"&lt;/LI&gt;&lt;LI&gt;String remotedir_tFTPPut_1 = ("/").replaceAll("\\\\", "/");  -&amp;gt; still "/"&lt;/LI&gt;&lt;LI&gt;boolean cwdSuccess_tFTPPut_1 = ftp_tFTPPut_1.changeWorkingDirectory(remotedir_tFTPPut_1); -&amp;gt; it's always false and the component throws an error&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;the &lt;P&gt;tFTPGet code works different:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;if (!".".equals(remotedir_tFTPGet_1)) {&lt;/P&gt;&lt;P&gt;					boolean cwdSuccess_tFTPGet_1 = ftp_tFTPGet_1.changeWorkingDirectory(remotedir_tFTPGet_1);&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;that's the reason why setting the remot directory to "." works&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate any help you can provide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philipp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPPut-component-FTPS-server/m-p/2294775#M67619</guid>
      <dc:creator>PGugg1648721424</dc:creator>
      <dc:date>2024-11-15T23:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPPut component - FTPS-server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPPut-component-FTPS-server/m-p/2294776#M67620</link>
      <description>&lt;P&gt;Hello Philipp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you tell us the Talend version and its patch level you're using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also the Server type and its settings would be helpful as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe the FTPS server is configured in a way that you're not allowed to change directories? (Even if it would try to stay in the same directory.) Which means technically the error message is correct but there is no need to change directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With these additional details I'd suggest to raise a Bug in our JIRA tracker:&lt;/P&gt;&lt;P&gt;https://jira.talendforge.org/projects/TDI/summary &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Balázs&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 10:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPPut-component-FTPS-server/m-p/2294776#M67620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-06T10:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPPut component - FTPS-server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPPut-component-FTPS-server/m-p/2294777#M67621</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If you get the error message: 'Failed to change remote directory. 550 No such directory.' from the server it usually means that the directory does not exist or that you do not have sufficient permissions to go to the this directory.&lt;/P&gt;&lt;P&gt;Have you tried doing this from an FTP client? It sometimes helps to isolate these kinds of issues from Talend.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 09:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPPut-component-FTPS-server/m-p/2294777#M67621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-08T09:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPPut component - FTPS-server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPPut-component-FTPS-server/m-p/2294778#M67622</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;thanks for the reply. &lt;/P&gt;&lt;P&gt;It's an external server, I have only access to the / directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After login the function: ftp_tFTPPut_1.printWorkingDirectory();   &lt;/P&gt;&lt;P&gt;returns "/"  . That's fine&lt;/P&gt;&lt;P&gt;The next line in the tFTPPut method is:&lt;/P&gt;&lt;P&gt;ftp_tFTPPut_1.changeWorkingDirectory("/"); &lt;/P&gt;&lt;P&gt;this function call returns FALSE and finally throws an exception.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually it would be great if the current working directory is equal to the remote working directory, the function changeWorkingDirectory() shouldn't be called.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Philipp&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 10:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPPut-component-FTPS-server/m-p/2294778#M67622</guid>
      <dc:creator>PGugg1648721424</dc:creator>
      <dc:date>2022-04-08T10:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPPut component - FTPS-server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPPut-component-FTPS-server/m-p/2294779#M67623</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Feel free to raise a work item jira issue on talend bug tracker.&lt;/P&gt;&lt;P&gt;&lt;A href="https://jira.talendforge.org/secure/Dashboard.jspa" alt="https://jira.talendforge.org/secure/Dashboard.jspa" target="_blank"&gt;https://jira.talendforge.org/secure/Dashboard.jspa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 04:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPPut-component-FTPS-server/m-p/2294779#M67623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-11T04:10:22Z</dc:date>
    </item>
  </channel>
</rss>

