Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old September 8th, 2008, 08:55 AM
yashiro
Guest
 
Posts: n/a
Default connect to another computer

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 )?
  #2  
Old September 8th, 2008, 10:05 AM
yashiro
Guest
 
Posts: n/a
Default Re: connect to another computer

thank you very much for your help
  #3  
Old September 8th, 2008, 12:45 PM
Jerry Stuckle
Guest
 
Posts: n/a
Default 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
==================

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles