I Have a HTML report file on a remote server.I want to open this file on my local machine in any browser.
I tried the below steps : --> Installed httpd on remote server,started it and tried to access the file using url: http://ip address of remote machine:8000/path to html file This didn't worked.So I tried another way answered in below link How to view html file in remote unix server? Python is installed on my remote machine. But this too is not working. Can someone suggest the best way to achieve this?