Public Member Functions | |
| __construct (&$package) | |
| _connect () | |
| _removeFile ($path) | |
| _removeDir_real ($path) | |
| _close () | |
| _copyDir (&$file_list) | |
Public Member Functions inherited from ModuleInstaller | |
| setServerUrl ($url) | |
| uninstall () | |
| setPassword ($ftp_password) | |
| _download () | |
| uninstallModule () | |
| installModule () | |
| install () | |
| _unPack () | |
| _removeDir ($path) | |
Public Attributes | |
| $oFtp = NULL | |
| $ftp_info = 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 FTP
Definition at line 715 of file autoinstall.lib.php.
| FTPModuleInstaller::__construct | ( | & | $package | ) |
Constructor
| object | $package | Package information |
Definition at line 735 of file autoinstall.lib.php.
| FTPModuleInstaller::_close | ( | ) |
| FTPModuleInstaller::_connect | ( | ) |
| FTPModuleInstaller::_copyDir | ( | & | $file_list | ) |
Copy directory
| array | $file_list | File list to copy |
Definition at line 828 of file autoinstall.lib.php.
| FTPModuleInstaller::_removeDir_real | ( | $path | ) |
Remove directory
| string | $path | Path to remove |
Definition at line 797 of file autoinstall.lib.php.
| FTPModuleInstaller::_removeFile | ( | $path | ) |
Remove file
| string | $path | Path to remove |
Definition at line 777 of file autoinstall.lib.php.
| FTPModuleInstaller::$ftp_info = NULL |
Definition at line 728 of file autoinstall.lib.php.
| FTPModuleInstaller::$oFtp = NULL |
Definition at line 722 of file autoinstall.lib.php.
1.8.5