I am trying to find a way to get rid of the matlab download command urlwrite because I can not see the download progress. I am downloading a 500MB file with
urlwrite('http://example.com/testfile','C:/work');Because I can not see the estimate time or the download progress I wanna replace that command with a JAVA code. Does anybody know how to do that in MATLAB? Thanks a lot