2

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)

5
  • If you know the path of the file just download directly example in java stackabuse.com/how-to-download-a-file-from-a-url-in-java Commented Jul 30, 2019 at 11:28
  • Its not in local server.. It will get downloaded in some remote server. Commented Jul 31, 2019 at 10:41
  • As you mentioned download is optional above is the option to directly download on the server machine irrespective of node . If you want to download file on node machine and access on hub machine/server machine then it wont be easy. Commented Jul 31, 2019 at 10:47
  • Is there any way to transfer the file from GRID machine to some other machine? Commented Aug 28, 2019 at 10:11
  • stackoverflow.com/a/47155388/5324105 Check this if it helps Commented Aug 28, 2019 at 10:33

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.