Main > Programming > Libraries >

Filesys::SmbClient 3.1

Filesys::SmbClient 3.1

Sponsored Links

Filesys::SmbClient 3.1 Ranking & Summary

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

Filesys::SmbClient 3.1 description

Filesys::SmbClient is a Perl interface for access Samba filesystem with libsmclient.so

SYNOPSIS

use POSIX;
use Filesys::SmbClient;

my $smb = new Filesys::SmbClient(username => "alian",
password => "speed",
workgroup => "alian",
debug => 10);

# Read a file
my $fd = $smb->open("smb://jupiter/doc/general.css", 0666);
while (defined(my $l= $smb->read($fd,50))) {print $l; }
$smb->close(fd);

# ...
See section EXAMPLE for others scripts.

Provide interface to access routine defined in libsmbclient.so provided with Samba.

Since 3.0 release of this package, you need a least samba-3.0.2. For prior release of Samba, use Filesys::SmbClient version 1.x.

For old and 2.x release, this library is available on Samba source, but is not build by default. Do "make bin/libsmbclient.so" in sources directory of Samba to build this libraries. Then copy source/include/libsmbclient.h to /usr/local/samba/include and source/bin/libsmbclient.so to /usr/local/samba/lib before install this module.

If you want to use filehandle with this module, you need Perl 5.6 or later.
When a path is used, his scheme is :

sm

b://server/share/rep/doc

Filesys::SmbClient 3.1 Screenshot

Advertisements

Filesys::SmbClient 3.1 Keywords

Bookmark Filesys::SmbClient 3.1

Hyperlink code:
Link for forum:

Filesys::SmbClient 3.1 Copyright

WareSeeker periodically updates pricing and software information of Filesys::SmbClient 3.1 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::SmbClient 3.1 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::SmbClientParser is a Perl client to reach Samba ressources with smbclient. Free Download
Filesys::Ext2 is a Perl interface to ext2 and ext3 filesystem attributes. Free Download
Filesys::MakeISO is a Perl module to make iso images (portable). Free Download
Filesys::Statvfs is a Perl extension for statvfs() and fstatvfs(). Free Download
Sys::Gamin is a Perl interface to Gamin (File Access Monitor implementation). Free Download
File::Sync is a Perl access to fsync() and sync() function calls. Free Download
Filesys::DiskSpace is a Perl module as a df replacement. Free Download
Filesys::DiskUsage is a Perl module to estimate file space usage (similar to `du`). Free Download