Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Filesys::SmbClient 3.99_40

    Download button

    No screenshots available
    Downloads: 4,186  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Alain BARBET | More programs
    Perl Artistic License / FREE
    April 25th, 2007, 23:05 GMT [view history]
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Filesys::SmbClient description

    Interface for access Samba filesystem with libsmclient.so

    Filesys::SmbClient is a Perl module that provides an 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 :

     smb://server/share/rep/doc

    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);
     
     # ...



    Product's homepage

    Requirements:

    · Perl

    What's New in This Release: [ read full changelog ]

    · fix rt#12221: compile error on Debian Sarge
    · fix rt#18757: compile error with Gentoo Linux/samba 3.0.21b
    · fix rt#13173: read method doesn't return undef when file reading is over
    · fix bug in configure.in that never build config.h

      


    TAGS:

    access Samba | Samba filesystem | Perl module | Perl | access | Samba

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM