Questions tagged [libsmbclient]

libsmbclient is a library toolset in Samba that permits applications to manipulate CIFS/SMB network resources using many of the standards POSIX functions available for manipulating local UNIX/Linux files.

It permits much more than just browsing, files can be opened and read or written, permissions changed, file times modified, attributes and ACL's can be manipulated, and so on. Of course, its functionality includes all the capabilities commonly called browsing.

libsmbclient can not be used directly from the command line, instead it provides an extension of the capabilities of tools such as file managers and browsers. This man page describes the configuration options for this tool so that the user may obtain greatest utility of use.

32 questions
0
votes
0 answers

smbclient works in interactive shell but not in the browser (selinux)

I have a very simple page attempting to shell_exec to initiate a smbclient. The line works fine in interactive shell, but fails in the browser. Interactive Shell [root@vle html]# php -a Interactive shell php > $exec = exec("smbclient //*IP*/*Share*…
Thomas Lomas
  • 1,553
  • 10
  • 22
0
votes
1 answer

jcifs share enumartion timesout

I've been using jcifs 1.3.17 for quite some time, and recently had some troubles enumerating shares from one specific NetApp machine. the NetApp is in cluster mode using smbclient from same source to same target finishes successfully I can post…
Nati
  • 1,034
  • 5
  • 19
  • 46
1 2
3