Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.191.343 Times

Filesys::SmbClientParser 2.7

  Date Added: January 18, 2010  |  Visits: 1.096

Filesys::SmbClientParser

Report Broken Link
Printer Friendly Version


Product Homepage
Download (91 downloads)



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..

Requirements: No special requirements
Platforms: Linux
Keyword: Cd Client Copyright Filesyssmbclientparser Libraries List Programming Samba Smbclientparser Work
Users rating: 0/10

License: Freeware Size: 13.31 KB
USER REVIEWS
More Reviews or Write Review


FILESYS::SMBCLIENTPARSER RELATED
Mail Clients  -  Liamail 2002-08-07
Liamail is a graphical email client written with libraries QT. Liamail is like Outlook express. This email client supports attachment now with library mimepp.Protocol supported are pop3 and smtp. We think about to implement imap.
327.68 KB  
FTP Clients  -  lilHelper
lilHelper is a kind of ftp client with build in list parser and has the user interface of a file sharing tool. Easy to use. If "421 replay - server is busy" occurs, lilHelper continues untill succesful connection is established. lilHelper...
1.11 MB  
E-Mail Tools  -  Pygmy 0.6.0
Pygmy is a GNOME mail client written in the Python programming. The current version is 0.6.0 (07/12/02)..
266.24 KB  
File Sharing  -  CTorrent 1.3.4
CTorrent is a BitTorrent client written in the C programming language, known to be a very robust and mature programming language, which produces fast and optimized applications. There are compilers for most operating systems, making programs...
88.06 KB  
Audio Tools  -  Red-Hot CD/DVD Burner 2. 3. 2000
Red-Hot CD/DVD Burner is a high-quality easy-to-work-with software with many features and options for CD and DVD recording. It comes with support for data and audio burning, dual-layer DVD and also disc images. Additionally, it offers...
9.49 MB  
Utilities  -  WinModules v1.0.0.0
WinModules is a program that allow you to obtain many usefull information about Win32 modules (exe, dll, drv, scr and more) such as version, copyright information, libraries that imports, functions that exports and resources that contains...
553 KB  
Libraries  -  HTTunnel::Client 0.08
HTTunnel::Client is a client class for Apache::HTTunnel. SYNOPSIS my $hc = new HTTunnel::Client("http://localhost/httunnel") ; $hc->connect(tcp, $some_host, $some_port) ; $hc->print(some request) ; my $some_response = $hc->read(1024) ;...
20.48 KB  
Libraries  -  Net::Nessus::Client 0.09
Net::Nessus::Client is a Nessus client module. SYNOPSIS # Connect to the Nessus Server require Net::Nessus::Client; my $client = Net::Nessus::Client->new(host => localhost, port => 1241, user => joe, password => my_password); The Nessus...
16.38 KB  
Libraries  -  Gimp::ScriptFu::Client 1.01
Gimp::ScriptFu::Client is a Perl client for the GNU Image Manipulation Program. Gimp::ScriptFu::Client acts as a source filter in a Scheme script that uses Text::Template to preprocess any embedded Perl fragments contained between { } brackets...
6.14 KB  
Libraries  -  FUSE::Client 1.08
FUSE::Client is a Perl-FUSE client. SYNOPSIS use FUSE::Client; $c = FUSE::Client->new({ Port=>35008, Quiet=>1, }); $c->connect(); $c->send("COMMAND","parameter"); $c->disconnect(); The FUSE::Client module will create a TCP FUSE...
2.05 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB