there are several servers that each one is including 100 files separately. how I am able to get files from different servers and save them in the different folders through one FTP connection in Talend.
Does anyone have any insight on how to download all files from an FTP? thanks in advance.
Create as many servers you want to connect, 'n' csv files containing these lines:
These files will be loaded to the context of the job, so we need to create context variables with the same names used in the files, Then create your job like this:
((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))