<?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 transfert in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362766#M126830</link>
    <description>&lt;P&gt;Is this topic always valid ?&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.talendforge.org/forum/viewtopic.php?id=12656" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talendforge.org/forum/viewtopic.php?id=12656&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2017 11:33:40 GMT</pubDate>
    <dc:creator>Clopes</dc:creator>
    <dc:date>2017-10-18T11:33:40Z</dc:date>
    <item>
      <title>FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362756#M126820</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;TAC 6.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a question about ftp transfer.&lt;/P&gt;&lt;P&gt;I'm trying to get files with folders from a windows server to another windows server througth Talend Unix server.&lt;/P&gt;&lt;P&gt;The Get part works fine and all files with folders are in the Talend server.&lt;/P&gt;&lt;P&gt;My problem is in the put part.&lt;/P&gt;&lt;P&gt;When i put those files, i'm loosing the folders or i think it tries to copy the file with the tree Talend server.&lt;/P&gt;&lt;P&gt;First tree server is ./Folder1/file&lt;/P&gt;&lt;P&gt;Talend is ./home/user/Folder1/file&lt;/P&gt;&lt;P&gt;Second tree server is ./Folder1/file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My job:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tFtpConnection1 ==&amp;gt; tFTPGet&lt;/P&gt;&lt;P&gt;II&lt;/P&gt;&lt;P&gt;V&lt;/P&gt;&lt;P&gt;tFtpConnection2 ==&amp;gt; tFileList ==&amp;gt; tFTPPut&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tFileList get all files and folders.&lt;/P&gt;&lt;P&gt;In the tFTPPut, the files are ((String)globalMap.get("tFileList_1_CURRENT_FILE"))&lt;/P&gt;&lt;P&gt;It doesn't work.&lt;/P&gt;&lt;P&gt;Wher do i miss something ?&lt;/P&gt;&lt;P&gt;Do i have to zip all files/folders from 1st server and unzip it in the 2nd one ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 08:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362756#M126820</guid>
      <dc:creator>Clopes</dc:creator>
      <dc:date>2017-09-29T08:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362757#M126821</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please use&amp;nbsp;&lt;SPAN&gt; tFTPFileList instead of tfilelist component which is used to list files in local not FTP server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2017 09:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362757#M126821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-30T09:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362758#M126822</link>
      <description>&lt;P&gt;Hello Sabrina.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the ftpget copy from the server 1 to the Talend Server.&lt;/P&gt;
&lt;P&gt;Then from local Talend Server&amp;nbsp; to server 2, so that's why i used the fFileList.&lt;/P&gt;
&lt;P&gt;If i can copy the files directly from server1 to server2 using tftpget or tftpput, it will be nice but it seems i can't do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 08:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362758#M126822</guid>
      <dc:creator>Clopes</dc:creator>
      <dc:date>2017-10-02T08:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362759#M126823</link>
      <description>&lt;P&gt;Here is my job&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LqpH"&gt;FtpTalend.tiff.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 05 Oct 2017 13:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362759#M126823</guid>
      <dc:creator>Clopes</dc:creator>
      <dc:date>2017-10-05T13:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362760#M126824</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;essaye plutôt avec ça ^^&lt;/P&gt;&lt;P&gt;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;SGV&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 14:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362760#M126824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-05T14:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362761#M126825</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Si je prend la valeur ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")), j'aurai l'arborescence du serveur local Talend qui n'est pas la meme que celle du serveur 1 et 2. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;D'où mon problème.&lt;/P&gt;
&lt;P&gt;-------------------------&lt;/P&gt;
&lt;P&gt;If i use the ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")) value, i will have the Talend tree which is not the server 1 and 2&lt;/P&gt;
&lt;P&gt;That's my problem.&lt;/P&gt;
&lt;P&gt;How can i do ?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362761#M126825</guid>
      <dc:creator>Clopes</dc:creator>
      <dc:date>2017-10-05T15:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362762#M126826</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;T'es sûr de tes variables de context ? T'as essayé avec des valeurs en dur et non avec des variables ?&lt;/P&gt;
&lt;P&gt;--------&lt;/P&gt;
&lt;P&gt;Are you sure about your context var ? Dit you try to put the value directly in the component instead of using variable ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck ,&lt;/P&gt;
&lt;P&gt;SGV&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 12:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362762#M126826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-06T12:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362763#M126827</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oui, dans le tfilelist, je vois bien tous mes fichiers et l'arborescence à partir du repertoire temp Talend.&lt;/P&gt;&lt;P&gt;Sauf qu'il ne me recopie ni les répertoires, ni les fichiers qui sont à l'intérieur. Il n'y a que les fichiers du niveau du répertoire temp qui sont copiés.&lt;/P&gt;&lt;P&gt;J'ai pourtant un user avec tous les droits. Il y a quelque chose qui m'échappe.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 07:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362763#M126827</guid>
      <dc:creator>Clopes</dc:creator>
      <dc:date>2017-10-18T07:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362764#M126828</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;This is an international forum and English is the language we use. Posting in English will allow you to get more visibility and more help. Thanks for your understanding!&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 10:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362764#M126828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-18T10:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362765#M126829</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the tfilelist, i see all my files and folders from temp Talend folder.&lt;/P&gt;&lt;P&gt;But the tftpput don't transfer the folders and files that are in those folders. Only the files that are in the first folder are copied.&lt;/P&gt;&lt;P&gt;My user have all rights so there's something i'm missing but where ?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 11:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362765#M126829</guid>
      <dc:creator>Clopes</dc:creator>
      <dc:date>2017-10-18T11:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362766#M126830</link>
      <description>&lt;P&gt;Is this topic always valid ?&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.talendforge.org/forum/viewtopic.php?id=12656" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talendforge.org/forum/viewtopic.php?id=12656&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 11:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362766#M126830</guid>
      <dc:creator>Clopes</dc:creator>
      <dc:date>2017-10-18T11:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362767#M126831</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/00539000005aDrYAAU"&gt;@Clopes&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Is this topic always valid ?&lt;/P&gt; 
 &lt;P&gt;&lt;A href="https://www.talendforge.org/forum/viewtopic.php?id=12656" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talendforge.org/forum/viewtopic.php?id=12656&lt;/A&gt;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;We are planning to close fluxbb (old community portal) in the future. Do you need to move this thread to the new Community? Feel free to let us know it.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 09:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362767#M126831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-24T09:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362768#M126832</link>
      <description>&lt;P&gt;Hello everyone.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I still not transfert my files with their folders from production server to another server.&lt;/P&gt; 
&lt;P&gt;My job is :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Job.jpg" style="width: 579px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsDy.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146232iB4851BB4FC8B3BD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsDy.jpg" alt="0683p000009LsDy.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Get" style="width: 827px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsEs.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139922i8FEE3BA9DC34994C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsEs.jpg" alt="0683p000009LsEs.jpg" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Get&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="List" style="width: 754px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsNx.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140509i1FFD284EAE6DA326/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsNx.jpg" alt="0683p000009LsNx.jpg" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;List&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Put" style="width: 839px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsO7.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137891iAC3D209E8572E322/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsO7.jpg" alt="0683p000009LsO7.jpg" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Put&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I can transfert from prod to Talend server with the files AND the folders.&lt;/P&gt; 
&lt;P&gt;But when i want to transfert them to the last server, i loose the folders tree and all files are copied into the root folder loosing every folder.&lt;/P&gt; 
&lt;P&gt;Where did i miss something ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2017 16:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362768#M126832</guid>
      <dc:creator>Clopes</dc:creator>
      <dc:date>2017-12-26T16:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362769#M126833</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;From your screenshots, we see that you are using context value in fields. Does your job works perfectly with your FTP &lt;SPAN class="ph uicontrol"&gt;directory &lt;/SPAN&gt;path directly?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362769#M126833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T07:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362770#M126834</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From Prod to Talend =&amp;gt; Yes&lt;/P&gt;&lt;P&gt;From Talend to the 2nd server directory =&amp;gt; No&lt;/P&gt;&lt;P&gt;All the tree structure is lost and the files are copied below the root folder.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362770#M126834</guid>
      <dc:creator>Clopes</dc:creator>
      <dc:date>2017-12-27T07:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362771#M126835</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You are using two tFTPConnection components in your work flow, tFTPConnection_1 and tFTPConnection_2.&lt;/P&gt;
&lt;P&gt;Did you select tFTPConnection _1 from component list in tFTPPut component? Is it connecting to the server 1?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362771#M126835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T07:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362772#M126836</link>
      <description>&lt;P&gt;yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the first one is connected because i can retrieve the files to Talend server.&lt;/P&gt;&lt;P&gt;The second one is connected too.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362772#M126836</guid>
      <dc:creator>Clopes</dc:creator>
      <dc:date>2017-12-27T07:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362773#M126837</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P class="shortdesc"&gt;Do you want to transfer your files from one FTP to another FTP server? They are at the same place? tFTPPut is used to copy selected files from a defined local directory to a destination remote FTP directory. Where is your destination remote FTP directory connection?&lt;/P&gt; 
&lt;P class="shortdesc"&gt;Best regards&lt;/P&gt; 
&lt;P class="shortdesc"&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362773#M126837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T07:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362774#M126838</link>
      <description>&lt;P&gt;yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to transfer my files from one FTP to another FTP server but they're not at the same place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought i had to go through the Talend server.&lt;/P&gt;&lt;P&gt;Is there another way to transfert files from server 1 to server 2 without copying them in Talend server ?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362774#M126838</guid>
      <dc:creator>Clopes</dc:creator>
      <dc:date>2017-12-27T07:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: FTP transfert</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362775#M126839</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P class="shortdesc"&gt;So far, talend don't support for transferring data by air.&lt;/P&gt; 
&lt;P class="shortdesc"&gt;It means you have to retrieve your selected files from one FTP server(by using tFTPGet component) into a local directory firstly and then put them on another FTP server(by using tFTPPut component).&lt;/P&gt; 
&lt;P class="shortdesc"&gt;Feel free to let us know if it is OK with you.&lt;/P&gt; 
&lt;P class="shortdesc"&gt;Best regards&lt;/P&gt; 
&lt;P class="shortdesc"&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 08:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-transfert/m-p/2362775#M126839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T08:10:54Z</dc:date>
    </item>
  </channel>
</rss>

