Click to See Complete Forum and Search --> : Self install script
comptech520
09-29-2007, 08:31 AM
I noticed some installation packages you can install from the script's website via FTP. You put all of the ftp info in and it automatically uploads the software from there server to yours.
What is this called and where can I find a script that will do this?
Thanks
NogDog
09-29-2007, 12:23 PM
I don't know what it's called or where to get it, but I do know I'd be very, very careful about giving anyone FTP access to my web server unless I'm 100% convinced they can be trusted.
Webnerd
09-30-2007, 06:39 AM
Ok, there are several pre-installed Linux packages that do this. What do you want to install??
PEAR - Gets PHP extensions
APT - Updates/Installs Unix progs (Debian is common to use this)
YUM - Updates/Installs Unix Progs (Fedora, Red Hat are common to use this)
And, there are WGET and cURL that allow you to retrieve files from servers through command line.
Again, what do you want to do?
Kyleva2204
09-30-2007, 08:57 PM
Don't know of any scripts directly, however it wouldn't be that hard to make your own. Just read up on the FTP functions on the PHP website.
http://us.php.net/manual/en/ref.ftp.php