I have a download functionality in my website, it will download a csv file. My moto is to check the content of the file.
My java code to read the download file is woking fine if i download it in the local machine (Where code and application run in same machine), but the problem with my code is when the download item is present in some other machine (GRID)
I want to read the file from the GRID machine, but the code might be running in my local machine or some other server(e.g. Jenkins). (Download of file is optional. If we can read the content without download also, its fine for me)