Connecting Tech Pros Worldwide Forums | Help | Site Map

connect to another computer

yashiro
Guest
 
Posts: n/a
#1: Sep 8 '08
Hello everyone,
I have a webserver with php.
I would like to replace some files in an another computer, each time
a php'page is running on my webserver.
How can i realize this?How can i get an access to another copmuter
using php )?

yashiro
Guest
 
Posts: n/a
#2: Sep 8 '08

re: connect to another computer


thank you very much for your help
Jerry Stuckle
Guest
 
Posts: n/a
#3: Sep 8 '08

re: connect to another computer


yashiro wrote:
Quote:
Hello everyone,
I have a webserver with php.
I would like to replace some files in an another computer, each time
a php'page is running on my webserver.
How can i realize this?How can i get an access to another copmuter
using php )?
>
How can you access the other computer without PHP? For instance, if you
share a disk or directory between the two computers, you can write
directly to that disk/directory. ftp is another way it can be done.
You could also put a web server on the other machine and call it from
the first, passing the information to write. You can set up a daemon
running on the other machine and telnet/ssh from your webserver, passing
the information.

It doesn't matter to PHP. What matters are your OS, your configuration,
and just what you want to do.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Closed Thread