File/VFS/lib/VFS/smb.php

Description

Stateless VFS implementation for a SMB server, based on smbclient.

Required values for $params:

   'username'  - The username with which to connect to the SMB server.
   'password'  - The password with which to connect to the SMB server.
   'hostspec'  - The SMB server to connect to.
   'port'      - The SMB port number to connect to.
   'share'     - The share to access on the SMB server.
   'smbclient' - The path to the 'smbclient' executable.

Optional values for $params:

   'ipaddress' - The address of the server to connect to.

Functions not implemented:

  • changePermissions(): The SMB permission style does not fit with the module.
$Horde: framework/VFS/lib/VFS/smb.php,v 1.1.2.5 2009/02/06 18:24:20 slusarz Exp $

Codebase copyright 2002 Paul Gareau <paul@xhawk.net>. Adapted with permission by Patrice Levesque <wayne@ptaff.ca> from phpsmb-0.8 code, and converted to the LGPL. Please do not taunt original author, contact Patrice Levesque or dev@lists.horde.org.

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Classes
Class Description
 class VFS_smb Stateless VFS implementation for a SMB server, based on smbclient.

Documentation generated on Sun, 30 Jan 2011 05:21:27 +0000 by phpDocumentor 1.4.3