Hello Everyone-
I have a situation wherein I have to upload multiple (3 in this example) CSV's on to a FTP server , I was able to built the code successfully going through all the helpful articles (Thank you all for the same!) however the issue is when the code (which is deployed) on the server processes it only uploads 1st out of the 3 files that needs to be pushed on to the FTP server and when i process the same code locally all 3 files are successfully pushed on to the FTP server .
I am not sure what i need to do to fix this issue and will really appreciate some direction regarding same.
Thank you very much in advance.
MD