<?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: Reg: FTP'ing files from remote server to local folder in windows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reg-FTP-ing-files-from-remote-server-to-local-folder-in-windows/m-p/2337985#M106271</link>
    <description>Hi,&lt;BR /&gt;When I replaced C:/Inetpub/ftproot/ExampleFTPFiles with "./ExampleFTPFiles" it worked. How can I ftp a source file on folder D:/Files. Any valuable suggestions?&lt;BR /&gt;Regards&lt;BR /&gt;Najeeb</description>
    <pubDate>Tue, 13 Dec 2011 09:11:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-12-13T09:11:39Z</dc:date>
    <item>
      <title>Reg: FTP'ing files from remote server to local folder in windows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-FTP-ing-files-from-remote-server-to-local-folder-in-windows/m-p/2337982#M106268</link>
      <description>Hi All, 
&lt;BR /&gt;I am trying to ftp files from remote server to local using following components. tFTPConnection --&amp;gt; tFTPFileList --&amp;gt; tFTPGet. For further info please see the screen shots. 
&lt;BR /&gt;I have hosted my files under the directory C:\Inetpub\ftproot\ExampleFTPFiles. 
&lt;BR /&gt;My source and target machines runs on windows XP. I am trying to automate this process. I just followed all the instructions but it leads me with following error. 
&lt;BR /&gt;Starting job job_tsystem at 11:26 09/12/2011. 
&lt;BR /&gt; connecting to socket on port 3868 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tFTPFileList_1 
&lt;BR /&gt;com.enterprisedt.net.ftp.FTPException: 550 C:\Inetpub\ftproot\ExampleFTPFiles: The filename, directory name, or volume label syntax is incorrect. 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.validateReply(FTPControlSocket.java:1201) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.chdir(FTPClient.java:3723) 
&lt;BR /&gt; at coe.job_tsystem_1_0.job_tsystem.tFTPFileList_1Process(job_tsystem.java:378) 
&lt;BR /&gt; at coe.job_tsystem_1_0.job_tsystem.tFTPConnection_1Process(job_tsystem.java:311) 
&lt;BR /&gt; at coe.job_tsystem_1_0.job_tsystem.runJobInTOS(job_tsystem.java:956) 
&lt;BR /&gt; at coe.job_tsystem_1_0.job_tsystem.main(job_tsystem.java:824) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job job_tsystem ended at 11:26 09/12/2011. 
&lt;BR /&gt;The snapshots are very clear and explanatory. 
&lt;BR /&gt;I need some inputs. All the best. 
&lt;BR /&gt;Thanks in Advance 
&lt;BR /&gt;Naju</description>
      <pubDate>Sat, 16 Nov 2024 12:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-FTP-ing-files-from-remote-server-to-local-folder-in-windows/m-p/2337982#M106268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: FTP'ing files from remote server to local folder in windows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-FTP-ing-files-from-remote-server-to-local-folder-in-windows/m-p/2337983#M106269</link>
      <description>Hi 
&lt;BR /&gt;First, you use tFTPConnection to create a ftp connection at the beginning of job, why don't you use the existing on other FTP component? 
&lt;BR /&gt;Second, the remote directory should like "./ExampleFTPFiles" if the root directory is C:\Inetpub\ftproot in your FTP server. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 09 Dec 2011 09:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-FTP-ing-files-from-remote-server-to-local-folder-in-windows/m-p/2337983#M106269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-09T09:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: FTP'ing files from remote server to local folder in windows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-FTP-ing-files-from-remote-server-to-local-folder-in-windows/m-p/2337984#M106270</link>
      <description>Thanks Shong. It worked. But my component are showing some error on designer. I am just posting this screen shot.
&lt;BR /&gt;Regards
&lt;BR /&gt;Naju</description>
      <pubDate>Fri, 09 Dec 2011 10:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-FTP-ing-files-from-remote-server-to-local-folder-in-windows/m-p/2337984#M106270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-09T10:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: FTP'ing files from remote server to local folder in windows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-FTP-ing-files-from-remote-server-to-local-folder-in-windows/m-p/2337985#M106271</link>
      <description>Hi,&lt;BR /&gt;When I replaced C:/Inetpub/ftproot/ExampleFTPFiles with "./ExampleFTPFiles" it worked. How can I ftp a source file on folder D:/Files. Any valuable suggestions?&lt;BR /&gt;Regards&lt;BR /&gt;Najeeb</description>
      <pubDate>Tue, 13 Dec 2011 09:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-FTP-ing-files-from-remote-server-to-local-folder-in-windows/m-p/2337985#M106271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-13T09:11:39Z</dc:date>
    </item>
  </channel>
</rss>

