class FtpGet { private $config; private $retry = 15; private $errors = array(); function __construct($config = array()) { if (empty ( $config )) { $this->config = array ( ‘path_local’ => ‘/local/path’, ‘path_remote’ => ‘/remote/path’, ’server’ => ‘ftp.server.com’, [...]