in reply to Re: Authen::Smb is not getting installed using ActivePerl
in thread Authen::Smb is not getting installed using ActivePerl

I am writing a perl script in which I need to access FTP, SSH and telnet server, and also SMB....for all the other protocols I am using perl modules and it works fine.. so thought of using Authen::SMB

  • Comment on Re^2: Authen::Smb is not getting installed using ActivePerl

Replies are listed 'Best First'.
Re^3: Authen::Smb is not getting installed using ActivePerl
by hdb (Monsignor) on Apr 12, 2013 at 13:02 UTC

    Yes, but what do you want to do via SMB? Accessing a shared printer, shared drive?

      I want to access the shared drive via SMB

        Win32::FileOp has Map and Connect functions that seem to do that.