Main > Programming > Libraries >

Filesys::SmbClientParser 2.7

Filesys::SmbClientParser 2.7

Sponsored Links

Filesys::SmbClientParser 2.7 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.013 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 916
Date added: 2007-04-25
Publisher: Alain BARBET

Filesys::SmbClientParser 2.7 description

Filesys::SmbClientParser is a Perl client to reach Samba ressources with smbclient.

SYNOPSIS

use Filesys::SmbClientParser;
my $smb = new Filesys::SmbClientParser
(undef,
(
user => Administrateur,
password => password
));
# Or like -A parameters:
$smb->Auth("/home/alian/.smbpasswd");

# Set host
$smb->Host(jupiter);

# List host available on this network machine
my @l = $smb->GetHosts;
foreach (@l) {print $_->{name},"t",$_->{comment},"n";}

# List share disk available
my @l = $smb->GetShr;
foreach (@l) {print $_->{name},"n";}

# Choose a shared disk
$smb->Share(games2);

# List content
my @l = $smb->dir;
foreach (@l) {print $_->{name},"n";}

# Send a Winpopup message
$smb->sendWinpopupMessage(jupiter,"Hello world !");

# File manipulation
$smb->cd(jdk1.1.8);
$smb->get("COPYRIGHT");
$smb->mkdir(tata);
$smb->cd(tata);
$smb->put("COPYRIGHT");
$smb->del("COPYRIGHT");
$smb->cd(..);
$smb->rmdir(tata);

# Archive method
$smb->tar(c,/tmp/jdk.tar);
$smb->cd(..);
$smb->mkdir(tatz);
$smb->cd(tatz);
$smb->tar(x,/tmp/jdk.tar);
See test.pl file for others examples.

SmbClientParser work with output of bin smbclient, so it doesnt work on win platform. (but query of win platform work of course)

A best method is work with a samba shared librarie and xs language, but on Nov.2000 (Samba version prior to 2.0.8) there is no public interface and shared library defined in Samba projet.

Request has been submit and accepted on Samba-technical mailing list, so Ive build another module called Filesys-SmbClient that use features of this library. (libsmbclient.so)

For Samba client prior to 2.0.8, use this module !

SmbClientParser is adapted from SMB.pm make by Remco van Mook mook@cs.utwente.nl on smb2www project.

Filesys::SmbClientParser 2.7 Screenshot

Advertisements

Filesys::SmbClientParser 2.7 Keywords

Bookmark Filesys::SmbClientParser 2.7

Hyperlink code:
Link for forum:

Filesys::SmbClientParser 2.7 Copyright

WareSeeker periodically updates pricing and software information of Filesys::SmbClientParser 2.7 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Filesys::SmbClientParser 2.7 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Filesys::SmbClient is a Perl interface for access Samba filesystem with libsmclient.so Free Download
Filesys::Statvfs is a Perl extension for statvfs() and fstatvfs(). Free Download
Filesys::DiskSpace is a Perl module as a df replacement. Free Download
Filesys::SamFS is a Perl extension mapping the SamFS API to Perl. Free Download
Original Gamers Client is a cross-platform GUI MUD client. Free Download
Filesys::MakeISO is a Perl module to make iso images (portable). Free Download
Filesys::DiskFree is a Perl module to perform the Unix command df in a portable fashion. Free Download
Filesys::Ext2 is a Perl interface to ext2 and ext3 filesystem attributes. Free Download