Overview

Packages

  • None
  • Passwd

Classes

  • Passwd
  • Passwd_Driver
  • Passwd_Driver_Adsi
  • Passwd_Driver_Composite
  • Passwd_Driver_Expect
  • Passwd_Driver_Expectpecl
  • Passwd_Driver_Horde
  • Passwd_Driver_Http
  • Passwd_Driver_Kolab
  • Passwd_Driver_Ldap
  • Passwd_Driver_Pine
  • Passwd_Driver_Poppassd
  • Passwd_Driver_Procopen
  • Passwd_Driver_Pspasswd
  • Passwd_Driver_Servuftp
  • Passwd_Driver_Smbldap
  • Passwd_Driver_Smbpasswd
  • Passwd_Driver_Soap
  • Passwd_Driver_Sql
  • Passwd_Driver_Vmailmgr
  • Passwd_Driver_Vpopmail
  • Passwd_Exception
  • Passwd_Factory_Driver
  • Overview
  • Package
  • Class
  • Tree

Class Passwd_Driver_Servuftp

The serv-u ftp class attempts to change a user's password via the SITE PSWD command used by Serv-u ftpd for windows.

Copyright 2000-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.php.

Passwd_Driver
Extended by Passwd_Driver_Servuftp
Package: Passwd
Author: Lucas Nelan (screen@brainkrash.com)
Located at Driver/Servuftp.php
Methods summary
public
# __construct( array $params = array() )

Constructor.

Constructor.

Parameters

$params
A hash containing connection parameters.

Throws

Passwd_Exception

Overrides

Passwd_Driver::__construct()
Methods inherited from Passwd_Driver
changePassword()
Constants summary
string CONNECTED
# '220'
string GOODBYE
# '221'
string PASSWORDOK
# '230'
string USERNAMEOK
# '331'
string PASSWORDBAD
# '530'
API documentation generated by ApiGen