Anand Parthiban wrote:
Dear Team,
Hello,
I have a Issue while using Filesys::SmbClientParser
Below is my code :
#!/usr/bin/perl
use Filesys::SmbClientParser ;
$smb = new Filesys::SmbClientParser(undef, (user => $input_hash{DMS_USER},
password => $input_hash{DMS_PASS}));
$path = "\path\to\f
Dear Team,
I have a Issue while using Filesys::SmbClientParser
Below is my code :
#!/usr/bin/perl
use Filesys::SmbClientParser ;
$smb = new Filesys::SmbClientParser(undef, (user => $input_hash{DMS_USER},
password => $input_hash{DMS_PASS}));
$path = "\path\to\folder" ;
$share = "d$" ;
$ip = "192.1