<?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: FTP error: 501 REST not compatible with server configuration in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/FTP-error-501-REST-not-compatible-with-server-configuration/m-p/2317636#M88063</link>
    <description>UNtil you drag and drop a new component from the palette, changes to XML are not took in account to your component.</description>
    <pubDate>Wed, 16 May 2012 10:47:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-16T10:47:38Z</dc:date>
    <item>
      <title>FTP error: 501 REST not compatible with server configuration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-error-501-REST-not-compatible-with-server-configuration/m-p/2317633#M88060</link>
      <description>I need to download a file via FTP. I'm using TDQ 4.2.3 on a Windows machine, and I have a TAC deployed on a Linux server. When I run the job locally on my Windows machine, I'm able to download the file with no issues. When I use target exec and run the job on the Linux server, however, I get this error:
&lt;BR /&gt;
&lt;PRE&gt;Exception in component tFTPGet_1&lt;BR /&gt;com.enterprisedt.net.ftp.FTPException: 501 REST not compatible with server configuration&lt;BR /&gt;	at com.enterprisedt.net.ftp.FTPControlSocket.validateReply(FTPControlSocket.java:1201)&lt;BR /&gt;	at com.enterprisedt.net.ftp.FTPClient.restart(FTPClient.java:2177)&lt;BR /&gt;	at com.enterprisedt.net.ftp.FTPClient.initGet(FTPClient.java:2995)&lt;BR /&gt;	at com.enterprisedt.net.ftp.FTPClient.getData(FTPClient.java:3049)&lt;BR /&gt;	at com.enterprisedt.net.ftp.FTPClient.getFile(FTPClient.java:2873)&lt;BR /&gt;	at com.enterprisedt.net.ftp.FTPClient.get(FTPClient.java:2269)&lt;BR /&gt;	at fileload.lkp_test_0_1.lkp_test$1FTPGetter_tFTPGet_1.downloadFile(lkp_test.java:783)&lt;BR /&gt;	at fileload.lkp_test_0_1.lkp_test$1FTPGetter_tFTPGet_1.getFiles(lkp_test.java:747)&lt;BR /&gt;	at fileload.lkp_test_0_1.lkp_test.tFTPGet_1Process(lkp_test.java:866)&lt;BR /&gt;	at fileload.lkp_test_0_1.lkp_test.runJobInTOS(lkp_test.java:3637)&lt;BR /&gt;	at fileload.lkp_test_0_1.lkp_test.main(lkp_test.java:3387)&lt;/PRE&gt;
&lt;BR /&gt;I've attached a screen capture of my configuration of the tFTPGet component. Any help on this issue would be appreciated.</description>
      <pubDate>Thu, 19 Apr 2012 19:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-error-501-REST-not-compatible-with-server-configuration/m-p/2317633#M88060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-19T19:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: FTP error: 501 REST not compatible with server configuration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-error-501-REST-not-compatible-with-server-configuration/m-p/2317634#M88061</link>
      <description>Hi
&lt;BR /&gt;In the directory of tFTPGet component, you can find a jar file called ftp4j-1.5.1.jar.
&lt;BR /&gt;
&lt;PRE&gt;501 REST not compatible with server configuration&lt;/PRE&gt;
&lt;BR /&gt;It seems a bug under ftp4j 1.5.1 which has been fixed in 1.6.1.
&lt;BR /&gt;
&lt;PRE&gt;The "502 Command REST not allowed by policy" and "501 REST not compatible with server configuration" responses to the "REST 0" command are no longer treated as errors.&lt;/PRE&gt;
&lt;BR /&gt;Now the workaround may be that do not check 'Die on error'.
&lt;BR /&gt;If it still can't be fixed, please report it on 
&lt;A href="http://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;BugTracker&lt;/A&gt;.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 20 Apr 2012 09:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-error-501-REST-not-compatible-with-server-configuration/m-p/2317634#M88061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-20T09:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: FTP error: 501 REST not compatible with server configuration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-error-501-REST-not-compatible-with-server-configuration/m-p/2317635#M88062</link>
      <description>I tried adding ftp4j-1.7.1.jar (latest version) to the component directory, and I changed the reference to it in tFTPGet_java.xml, but I'm still getting the same error. I'll report it on BugTracker.</description>
      <pubDate>Fri, 20 Apr 2012 16:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-error-501-REST-not-compatible-with-server-configuration/m-p/2317635#M88062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-20T16:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP error: 501 REST not compatible with server configuration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-error-501-REST-not-compatible-with-server-configuration/m-p/2317636#M88063</link>
      <description>UNtil you drag and drop a new component from the palette, changes to XML are not took in account to your component.</description>
      <pubDate>Wed, 16 May 2012 10:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-error-501-REST-not-compatible-with-server-configuration/m-p/2317636#M88063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-16T10:47:38Z</dc:date>
    </item>
  </channel>
</rss>

