I want to access a folder in a remote machine (over FTP), and process all the .txt files that folder contains.
I'm doing something like: tFTPConnection ------> tFTPFileList ------> ? ------> tFileInputDelimited
How can I than process those files? They are all Delimited files and I have the ((String)globalMap.get("tFTPFileList_CURRENT_FILEPATH")) variable, but it only gives me the path to each file after "get in" the remote folder that isn't in my computer. It is necessary to copy the files to my computer first? I didn't want to do that..