Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
@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
Source is
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
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.