Re: Filesys::SmbClientParser Issue

2010-12-30 Thread John W. Krahn
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

Filesys::SmbClientParser Issue

2010-12-30 Thread Anand Parthiban
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