[Israel.pm] access network directories using cgi on a windows (win32) network
roi shemi
roi__ at hotmail.com
Wed Apr 28 23:43:19 PDT 2004
Hi all.
a cgi script activated from a local computer(windows) post data to a perl
script located under the
cgi-bin folder of a network (win32).
the perl script getting the data, activate a module which opens a directory
on that network and returns a requested file name from the directory list.
running the perl script from the network, the directory is opened and the
requested file is returned.
Yet, triggering the perl script using the CGI page, the directory can not
get opened.
the network is a Win32.
directory is: $dir= \\\\[server name]\\c\$\\[folder name] ;
the open dir function is: opendir(DIRHANDLE,$dir);
any ideas ?
thanks.
Roi.
roi__ at hotmail.com
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
More information about the Perl
mailing list