Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Can Win32::Daemon access remote shares?

by AcidHawk (Vicar)
on Apr 13, 2003 at 19:03 UTC ( [id://250158]=note: print w/replies, xml ) Need Help??


in reply to Can Win32::Daemon access remote shares?

I have had some permission issues when trying to chdir to a \\SERVERNAME\SHARENAME before. Keep in mind the cmd.exe does NOT support UNC paths so you can try and map a network drive.

    I.e. net use \\servername\sharename /user:DOMAIN\username password

Something else to keep in mind is that in your script you may need to escape the \'s i.e. \\\\servername\\sharename, or alternately use /'s i.e. //servername/sharename

You did however mention Samba, so I asume that you are trying to access files, FROM a Win32 system, ON a Linux/Unix system. Could you not FTP the files you need to your Win32 system.

-----
Of all the things I've lost in my life, its my mind I miss the most.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://250158]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 23:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found