<?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: Check File Exists in Remote Server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Check-File-Exists-in-Remote-Server/m-p/2377801#M139612</link>
    <description>&lt;P&gt;Hi Sabrina. thanks, does it works with proxyHost? I need to use the proxyHost first before setting it up to Hostname of server. However, now I received this error -&amp;gt; &lt;B&gt;tFTPFileExist_1 - Can't create connection: Reply from SOCKS server has bad version.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any articles or documentation that refers to the connection of tFTPFileExists to proxyHost?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 01:40:26 GMT</pubDate>
    <dc:creator>WSyahirah21</dc:creator>
    <dc:date>2022-01-28T01:40:26Z</dc:date>
    <item>
      <title>Check File Exists in Remote Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Check-File-Exists-in-Remote-Server/m-p/2377799#M139610</link>
      <description>&lt;P&gt;I am currently trying to check if a file is exists in my remote dev server or not. For job execution, I set the &lt;B&gt;Target Exe&lt;/B&gt; to my dev server already, instead of localhost. My task should be:&lt;/P&gt;&lt;P&gt;checkFileExists:&lt;/P&gt;&lt;P&gt;if not exist --&amp;gt; create file&lt;/P&gt;&lt;P&gt;if exists--&amp;gt; do something&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I can use component &lt;B&gt;tFTPFileExist&lt;/B&gt; in TOS to check the file in dev server. However, i need to bypass the &lt;B&gt;ProxyJump&lt;/B&gt; first before can access the dev server, saying:&lt;/P&gt;&lt;P&gt;ProxyJump IP: 1.1.1.2 port 2000&lt;/P&gt;&lt;P&gt;dev server ip : 1.1.1.3 port 2000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im so confused if I can use&lt;/P&gt;&lt;P&gt;tFTPFileExist to complete this task and which IP should I use to do so. Ive tried using dev server Ip however it returns the following error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;java.net.ConnectException: Connection refused (Connection refused)&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried to use the existing connection setting for &lt;B&gt;tFTPFileExist &lt;/B&gt;as the TOS ald connected to dev server so I assume it can directly use the connection, however the component list is empty so Im unable to do so.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N3QYmAAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138701i44993FCF80500CC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N3QYmAAN.png" alt="0695b00000N3QYmAAN.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Check-File-Exists-in-Remote-Server/m-p/2377799#M139610</guid>
      <dc:creator>WSyahirah21</dc:creator>
      <dc:date>2024-11-15T23:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Check File Exists in Remote Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Check-File-Exists-in-Remote-Server/m-p/2377800#M139611</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The tFTPFileExists component works with directories since V 7.0.1.&lt;/P&gt;&lt;P&gt;Here is an external Java article about: Java FTP Check if a directory or file exists on server&lt;/P&gt;&lt;P&gt;Let us know if that helps for your use case.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.codejava.net/java-se/ftp/determine-if-a-directory-or-file-exists-on-ftp-server" alt="https://www.codejava.net/java-se/ftp/determine-if-a-directory-or-file-exists-on-ftp-server" target="_blank"&gt;https://www.codejava.net/java-se/ftp/determine-if-a-directory-or-file-exists-on-ftp-server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 09:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Check-File-Exists-in-Remote-Server/m-p/2377800#M139611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-27T09:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Check File Exists in Remote Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Check-File-Exists-in-Remote-Server/m-p/2377801#M139612</link>
      <description>&lt;P&gt;Hi Sabrina. thanks, does it works with proxyHost? I need to use the proxyHost first before setting it up to Hostname of server. However, now I received this error -&amp;gt; &lt;B&gt;tFTPFileExist_1 - Can't create connection: Reply from SOCKS server has bad version.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any articles or documentation that refers to the connection of tFTPFileExists to proxyHost?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 01:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Check-File-Exists-in-Remote-Server/m-p/2377801#M139612</guid>
      <dc:creator>WSyahirah21</dc:creator>
      <dc:date>2022-01-28T01:40:26Z</dc:date>
    </item>
  </channel>
</rss>

