Public Member Functions | |
| __construct (&$package) | |
| _connect () | |
| _close () | |
| _removeFile ($path) | |
| _removeDir_real ($path) | |
| _copyDir (&$file_list) | |
Public Member Functions inherited from ModuleInstaller | |
| setServerUrl ($url) | |
| uninstall () | |
| setPassword ($ftp_password) | |
| _download () | |
| uninstallModule () | |
| installModule () | |
| install () | |
| _unPack () | |
| _removeDir ($path) | |
Public Attributes | |
| $ftp_info = NULL | |
| $connection = NULL | |
| $sftp = NULL | |
Public Attributes inherited from ModuleInstaller | |
| $package = NULL | |
| $base_url | |
| $temp_dir = './files/cache/autoinstall/' | |
| $target_path | |
| $download_file | |
| $url | |
| $download_path | |
| $ftp_password | |
Module installer for SFTP
Definition at line 320 of file autoinstall.lib.php.
| SFTPModuleInstaller::__construct | ( | & | $package | ) |
Constructor
| object | $package | Package information |
Definition at line 347 of file autoinstall.lib.php.
| SFTPModuleInstaller::_close | ( | ) |
| SFTPModuleInstaller::_connect | ( | ) |
| SFTPModuleInstaller::_copyDir | ( | & | $file_list | ) |
Copy directory
| array | $file_list | File list to copy |
Definition at line 446 of file autoinstall.lib.php.
| SFTPModuleInstaller::_removeDir_real | ( | $path | ) |
Remove Directory
| string | $path | Path to remove |
Definition at line 425 of file autoinstall.lib.php.
| SFTPModuleInstaller::_removeFile | ( | $path | ) |
Remove file
| string | $path | Path to remove |
Definition at line 404 of file autoinstall.lib.php.
| SFTPModuleInstaller::$connection = NULL |
Definition at line 333 of file autoinstall.lib.php.
| SFTPModuleInstaller::$ftp_info = NULL |
Definition at line 327 of file autoinstall.lib.php.
| SFTPModuleInstaller::$sftp = NULL |
Definition at line 339 of file autoinstall.lib.php.
1.8.5