RE: [PHP] Re: Transferring files between computers using php

2008-03-10 Thread bruce
ected to the system... it's easy to set up. peace.. -Original Message- From: Rahul [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 7:40 PM To: php-general@lists.php.net Subject: Re: [PHP] Re: Transferring files between computers using php Thank you all so much for replying.

Re: [PHP] Re: Transferring files between computers using php

2008-03-07 Thread Richard Lynch
On Thu, March 6, 2008 11:10 pm, Chris wrote: > >> If ssh keys are installed on the remote hosts then scp works >> transparently and you just stick the scp in a cron job. Am I >> missing >> something? > > Yeh - looks like you have to log in to "A" and then it uses > key-forwarding to let you log

Re: [PHP] Re: Transferring files between computers using php

2008-03-06 Thread Chris
If ssh keys are installed on the remote hosts then scp works transparently and you just stick the scp in a cron job. Am I missing something? Yeh - looks like you have to log in to "A" and then it uses key-forwarding to let you log in to "B" and "C": --- To login to B and C I should use A b

Re: [PHP] Re: Transferring files between computers using php

2008-03-06 Thread Shawn McKenzie
Rahul wrote: > Thank you all so much for replying... I guess I was very vague in > describing the situation. I will write in detail: > > I have three computers A, B and C. To login to B and C I should use A > because it has a SSH key. I don't have any other way of accessing these > two computers.

Re: [PHP] Re: Transferring files between computers using php

2008-03-06 Thread Ray Hauge
Rahul wrote: Zareef Ahmed wrote: On 3/7/08, Rahul <[EMAIL PROTECTED]> wrote: Thank you all so much for replying... I guess I was very vague in describing the situation. I will write in detail: I have three computers A, B and C. To login to B and C I should use A because it has a SSH key. I don

Re: [PHP] Re: Transferring files between computers using php

2008-03-06 Thread Chris
Rahul wrote: Thank you all so much for replying... I guess I was very vague in describing the situation. I will write in detail: I have three computers A, B and C. To login to B and C I should use A because it has a SSH key. I don't have any other way of accessing these two computers. Now, if

Re: [PHP] Re: Transferring files between computers using php

2008-03-06 Thread Rahul
Zareef Ahmed wrote: On 3/7/08, Rahul <[EMAIL PROTECTED]> wrote: Thank you all so much for replying... I guess I was very vague in describing the situation. I will write in detail: I have three computers A, B and C. To login to B and C I should use A because it has a SSH key. I don't have any ot

Re: [PHP] Re: Transferring files between computers using php

2008-03-06 Thread Zareef Ahmed
On 3/7/08, Rahul <[EMAIL PROTECTED]> wrote: > > Thank you all so much for replying... I guess I was very vague in > describing the situation. I will write in detail: > > I have three computers A, B and C. To login to B and C I should use A > because it has a SSH key. I don't have any other way of a

Re: [PHP] Re: Transferring files between computers using php

2008-03-06 Thread Rahul
Thank you all so much for replying... I guess I was very vague in describing the situation. I will write in detail: I have three computers A, B and C. To login to B and C I should use A because it has a SSH key. I don't have any other way of accessing these two computers. Now, if I need to tra

Re: [PHP] Re: Transferring files between computers using php

2008-03-06 Thread Zareef Ahmed
On 3/7/08, Shawn McKenzie <[EMAIL PROTECTED]> wrote: > > Rahul wrote: > > I have a small file to be transferred between two computers every few > > seconds. I'm using unix with a bare bones version of php, i.e. just the > > original thing that gets installed when I run "yum install php". As > there

[PHP] Re: Transferring files between computers using php

2008-03-06 Thread Shawn McKenzie
Rahul wrote: > I have a small file to be transferred between two computers every few > seconds. I'm using unix with a bare bones version of php, i.e. just the > original thing that gets installed when I run "yum install php". As there is > no webserver on any of these machines, I was wondering i

[PHP] Re: Transferring files between computers using php

2008-03-06 Thread Shawn McKenzie
Rahul wrote: > I have a small file to be transferred between two computers every few > seconds. I'm using unix with a bare bones version of php, i.e. just the > original thing that gets installed when I run "yum install php". As there is > no webserver on any of these machines, I was wondering i