leeroybrun / node-mt-files-downloader

Simple module letting you download a file from the web, compute stats, retry in case of error, etc
MIT License
84 stars 44 forks source link

Can i call this down loader from a java application and download the File. #23

Open manucr619 opened 6 years ago

manucr619 commented 6 years ago

Am having a Spring - Java Application which is running in the Linux Server. But the user will be accessing this application from the client machine which may be windows using a browser. Now the file will be downloaded to the users PC. How can I make that happen in a faster method ? can I use this?