pmkas Posted November 16, 2010 Share Posted November 16, 2010 Hi. I was asked to make a portal to facilitate access information of the company. There are databases in MSSQL and Oracle, and products made in PHP. NET and access to two different server files via network shares. Also as a facilitator wanted access to the files (default documents) on the local machines of users. I've done something, but now I'm locked in for remote access client machines. Is there any way to do this in PHP? and using another type of language? Quote Link to comment https://forums.phpfreaks.com/topic/218857-accessing-remote-and-local-information/ Share on other sites More sharing options...
ManiacDan Posted November 16, 2010 Share Posted November 16, 2010 There is no software anywhere that will allow you to view the files on someone else's computer. You can install corporate spyware on all the user's machines, but that gets very expensive. -Dan Quote Link to comment https://forums.phpfreaks.com/topic/218857-accessing-remote-and-local-information/#findComment-1135020 Share on other sites More sharing options...
pmkas Posted November 16, 2010 Author Share Posted November 16, 2010 the objective is not to access other computer files but to display a list of my default documents (My Documents) in one tab of the portal. The page is generated in server and i can access the 'remote' folders in that server, but when i try to access 'local' data... bang! Quote Link to comment https://forums.phpfreaks.com/topic/218857-accessing-remote-and-local-information/#findComment-1135029 Share on other sites More sharing options...
ManiacDan Posted November 16, 2010 Share Posted November 16, 2010 "Bang" like "that is an unbelievably massive security hole and cannot ever, EVER be possible"? The only thing you can do is set an iframe's location to "C:\Documents and Settings\My Documents", which may (depending on the OS, browser, and file setup) open a file explorer window inside an internet explorer window and show those documents. Maybe. Still though, the server can never see files on the user's machine. -Dan Quote Link to comment https://forums.phpfreaks.com/topic/218857-accessing-remote-and-local-information/#findComment-1135063 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.