jessentha Posted November 27, 2014 Share Posted November 27, 2014 Hi, I'm newbie. My requirement is to open network shared folder from PHP. This works fine in IE but not in Chrome. Can anyone please help me .... Thanks Link to comment https://forums.phpfreaks.com/topic/292742-not-able-to-open-network-shared-folder-in-chrome/ Share on other sites More sharing options...
QuickOldCar Posted November 27, 2014 Share Posted November 27, 2014 I don't believe anything you do in the php script can change that, that is browser limitations and settings. Link to comment https://forums.phpfreaks.com/topic/292742-not-able-to-open-network-shared-folder-in-chrome/#findComment-1497805 Share on other sites More sharing options...
jessentha Posted November 27, 2014 Author Share Posted November 27, 2014 Hi, Thanks for the reply. Is there any way or workaround to change the settings. Thanks. Link to comment https://forums.phpfreaks.com/topic/292742-not-able-to-open-network-shared-folder-in-chrome/#findComment-1497810 Share on other sites More sharing options...
QuickOldCar Posted November 27, 2014 Share Posted November 27, 2014 You can try this http://omnitechsupport-reviews.com/using-passive-ftp-in-google-chrome-browser/ Maybe this is an assignment, but I'll say this... I had to change something in firefox as well to see ftp:// links I don't mess around with ftp through browsers much. If I want to give a user access I do it through sftp and user accounts. If I want to share files can make them downloadable in other ways. glob() is one way. Merely by making a folder with no index file can show the files within. To connect to ftp/sftp I always use filezilla, I suppose you can get a plugin for chrome Link to comment https://forums.phpfreaks.com/topic/292742-not-able-to-open-network-shared-folder-in-chrome/#findComment-1497812 Share on other sites More sharing options...
jessentha Posted November 28, 2014 Author Share Posted November 28, 2014 Thanks for your help .... Link to comment https://forums.phpfreaks.com/topic/292742-not-able-to-open-network-shared-folder-in-chrome/#findComment-1497933 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.