Hi,
I have a web app which now needs to access data on a separate server across a network share.
I have created an account that can acess the share which duplicates the account used to logon to the web app, but still cannot get access to the data.
I've tried a simple 'glob', but nothing is diplayed?
Why can I not access my data with...
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts
I have a web app which now needs to access data on a separate server across a network share.
I have created an account that can acess the share which duplicates the account used to logon to the web app, but still cannot get access to the data.
I've tried a simple 'glob', but nothing is diplayed?
Why can I not access my data with...
Code:
my @dir = glob('//192.168.0.50/Membership/*');
print "Content-Type:text/html\n\n";
for(@dir){
print "dir : " . $_ . "<br>";
}
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts