Greetings, I want to do a job to perform multiple FTP connections.
Connection parameters must be taken from a properties file.
The difficulty is that in the properties file must be specified on property '
ftp.server.ips' ip list, therefore the number of connections is not previously known, can be a connection or can be several.
The question is how should design work, or which components should I use?
Thank you very much.
You may use a general file component such as tFileInputDelimited to read connection information and iterate each row, the job design looks like: tFileInputDelimited--main--tFlowToIterate--iterate--tFTPConnection--oncomponentok--do other process.
You may use a general file component such as tFileInputDelimited to read connection information and iterate each row, the job design looks like: tFileInputDelimited--main--tFlowToIterate--iterate--tFTPConnection--oncomponentok--do other process.