> I'm toying around with the thought of a dev-site/live-site administration
> system. Among other things, administrators would be able to remotely (via
a
> web interface), push files from the dev-site to the live-site.
>
> Can anyone help me understand what it would take to do this? Ideally, we
> could come up with a platform-independent solution, but I'm currently
> working with 2 NT boxes.
>
> I suspect this would be possible by using exec() or possibly shell_exec()
to
> mount the remote volume and perfom file copies. If this would work, can
> anyone help me with the syntax?
I would think the PHP FTP features or using cURL to do SCP (if cURL can do
that) would be better...
Especially as exec() is reputed to not work on Windows.
--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]