Home » PEAR » PEAR_RemoteInstaller
PEAR Remote installation plugin through FTP, SFTP, and FTPS
This package is unmaintained.
Download latest release 0.3.2 (archived versions might be outdated)
License: PHP License
Description
Originally part of the 1.4.0 new features,
remote installation through FTP, FTPS and SFTP is now its own package.
This package adds the commands "remote-install" "remote-upgrade"
"remote-uninstall" and "remote-upgrade-all" to the PEAR core.
To take advantage, you must have a config file on the remote
ftp server and full access to the server to create and remove
files. The config-create command can be used to get started,
and the remote_config configuration variable is set to the
full URL as in "ftp://ftp.example.com/path/to/pear.ini" or
"ftps://user:pass@ftp.example.com/path/to/pear.ini" or
"ssh2.sftp://user:pass@ftp.example.com/path/to/pear.ini"
After this is done, install/upgrade as normal using the
remote* commands as if they were local.
Maintainers
- Greg Beaver (cellog) — lead, active
Dependencies
Required
- PHP (>= 5.0.0)
- PEAR Installer (>= 1.5.0RC1)
- PEAR (>= 1.4.3)
Optional
- ssh2 (pecl.php.net)
Releases
- 0.3.2 (alpha, 2012-04-13)
Release notes
License: PHP License
* fix Bug #9768: notice error raised with remote-uninstall
- 0.3.1 (alpha, 2006-12-15)
Release notes
License: PHP License
fix Bug #7881: stream_copy_to_stream function args reversed
fix bug in uninstall - $atts instead of $atts['attribs']
fix unclear error message in put()
up required PEAR Installer dependency to 1.5.0RC1 because of bug
fixed in that version - 0.3.0 (alpha, 2006-04-02)
Release notes
License: PHP License
Support for FTPS and SFTP is now available!
* Drop Net_FTP dependency, add dependency on PHP 5, use streams to access
FTP.
* Require PEAR 1.4.3 for security reasons
* Add optional dep on ssh2 extension - 0.2.0 (alpha, 2005-11-08)
Release notes
License: PHP License
Update to new format needed by PEAR 1.4.3
- 0.1.0 (alpha, 2005-08-30)
Release notes
License: PHP License
initial separate release from PEAR
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #5896 | Closed | Bug | 2005-11-08 | 0.2.0 pulled because the file is missing | |
| #7881 | Closed | Bug | 0.3.0 | 2006-06-12 | stream_copy_to_stream function args reversed |
| #9105 | Closed | Bug | 0.3.0 | 2006-10-20 | Remote files broken |
| #9412 | No Feedback | Bug | 0.3.0 | 2006-11-21 | installation successful but not able to use remote-install |
| #9768 | Closed | Bug | 0.3.1 | 2007-01-08 | notice error raised with remote-uninstall |
| #9818 | No Feedback | Bug | 0.3.1 | 2007-01-13 | Cannot upload a package which have tasks replacement |
| #11005 | No Feedback | Bug | 0.3.1 | 2007-05-10 | SFTP Connection not attempted with remote-install |
| #14911 | No Feedback | Bug | 0.3.1 | 2008-10-28 | Install failes when local path contains spaces |
| #16955 | Duplicate | Bug | Unknown | 2009-12-29 | I cannot get the install to work |
| #17901 | Open | Bug | 2010-09-28 | PEAR_FTP reports error on empty files |