
July 16th, 2004, 06:33 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Samba Shares / Unix / Perl
We are trying to access a file on a Unix share (the unix box is running Samba 2.2.9). The directory maps ok, so we have z:\ mapped as we wish, and can read/write files to the directories from within WinXP. But the webserver running on the XP Pro machine (IIS) when executing perl scripts which are just trying to open the file ;
$interchange_file = "z:/exhange/exchfile"
open (XFER, ">$interchange_file") die print "error: $!";
Just keeps saying no such file or directory. Is it something to do with the way we are specifying the filepath or could it be something to do with our Samba file permissions?
|