Displaying 4 results from an estimated 4 matches for "smbclientparser".
2004 Sep 29
0
Problem with Perl module, SmbClientParser-2.6
Hi,
I'm trying to use SmbClientParser to implement a simple SMB
crawler. After a lot of effort, I still could not get it to work. Here
is my small test script:
[CODE]
#!/usr/bin/perl
use POSIX;
use Filesys::SmbClientParser;
use DBI();
use Socket;
use Sys::Hostname;
use strict;
my $host;
my $smb = new Filesys::SmbClientParser
(unde...
2006 Oct 11
1
smbclient sending output to stdout
I'm using smbclient 3.0.22-13.16-SUSE-SLES10. I'm using the
smbclientparser Perl module to use smbclient from within my Perl
scripts. Whenever I perform a GET on a file, smb outputs this line to
stdout:
Domain=[mydomain] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
This results in hundreds of mail messages in my local mail queue. How
can I turn this off, so that...
2006 Jun 23
3
NT_STATUS_SHARING_VIOLATION when trying to delete files
I searched the archives already and couldn't find an answer to this.
I'm running an automated process via a cron job on a SUSE Linux
Enterprise Server 9 box. The cron runs a Perl script, which uses the
SmbClientParser module. The Perl script grabs files from clients
running Windows 2000. The files on the client computers are created by
in-house MFC applications on those computers.
Occasionally, when the Perl script tries to delete files from the client
computers, it gets an NT_STATUS_SHARING_VIOLATION and is...
2002 Oct 27
5
Another GUI
Just would like to draw the maintainers attention to my GUI to samba.
Some time ago I spoke with someone on the subject, since the project is very
advanced right now this email is just a reminder. Any information on whats
worng whats missing and what does not wrong is welcomed.
The project is at:
http://freshmeat.net/projects/thor
Atom