Hi,
I have a java application that downloads a file from a remote server. I would like to know where the application actually downloads a file. I tried to capture tcp/ip packet and I found out below information.
protocol: TCP
remote address: xxx.xxx.xxx.xx
local port: xxxx
remote port: xxxxx
I know exact file url now. However, when I try to access the file using web browser I see "internet explorer cannot display the webpage".
since the application is compiled by java, there must be a way to do it in c#.
please advise me..
Thanks!