Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Clopes
Contributor III
Contributor III

FTP transfert

Hi,

TAC 6.2

 

I've got a question about ftp transfer.

I'm trying to get files with folders from a windows server to another windows server througth Talend Unix server.

The Get part works fine and all files with folders are in the Talend server.

My problem is in the put part.

When i put those files, i'm loosing the folders or i think it tries to copy the file with the tree Talend server.

First tree server is ./Folder1/file

Talend is ./home/user/Folder1/file

Second tree server is ./Folder1/file

 

My job:

 

tFtpConnection1 ==> tFTPGet

II

V

tFtpConnection2 ==> tFileList ==> tFTPPut

 

The tFileList get all files and folders.

In the tFTPPut, the files are ((String)globalMap.get("tFileList_1_CURRENT_FILE"))

It doesn't work.

Wher do i miss something ?

Do i have to zip all files/folders from 1st server and unzip it in the 2nd one ?

 

Thanks.

 

 

Labels (2)
32 Replies
Anonymous
Not applicable


@Clopes wrote:

How can i retrieve all files with folders dynamically to dynamically destination ?


With your requirement that all files with folders dynamically to dynamically destination, could you please set an example for us?

Best regards

Sabrina

Clopes
Contributor III
Contributor III
Author

Source is

0683p000009LsP0.jpg

 

I want to copy all foldrs and files from /testCarlos to another server.

For that, i create the test1 and test2 folders on destination server but it does nothing

Clopes
Contributor III
Contributor III
Author

Hello

Still having this problem.

 

Someone can create a connector to make a ftp put checking if the repertory and/or files exists, create them if not and then transfer them ?

It's a basic demand.