Attempts to return a reference to a concrete VFS instance based on $driver. It will only create a new instance if no VFS instance with the same parameters currently exists.
Required values for $params:
'username' The username with which to connect to the ftp server.
'password' The password with which to connect to the ftp server.
'hostspec' The ftp server to connect to.
Optional values for $params:
'pasv' If true, connection will be set to passive mode.
'port' The port used to connect to the ftp server if other
than 21.
'ssl' If true, and PHP had been compiled with OpenSSL
support, TLS transport-level encryption will be
negotiated with the server.
$Horde: framework/VFS/VFS/ftp.php,v 1.80 2005/02/17 21:59:03 jan Exp $
Copyright 2002-2005 Chuck Hagenbuch <chuck@horde.org> Copyright 2002-2005 Michael Varghese <mike.varghese@ascellatech.com>
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.