Re: [PHP] Transferring files between computers using php

2008-03-07 Thread Richard Lynch
On Thu, March 6, 2008 7:58 pm, Rahul wrote: > I have a small file to be transferred between two computers every few > seconds. Use rsync -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So?

Re: [PHP] Transferring files between computers using php

2008-03-07 Thread Shawn McKenzie
Peter Ford wrote: > Aschwin Wesselius 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 is no

Re: [PHP] Transferring files between computers using php

2008-03-07 Thread Aschwin Wesselius
Peter Ford wrote: Here's overkill: use "fuse" to make two sshfs filesystems :) # Make some directories to mount the remote stuff onto mkdir -p mount_point_for_B mkdir -p mount_point_for_C # Use 'fuse' to make SSHFS mounts from the remotes to the new directories sshfs B:/path_to_where_the_file_i

Re: [PHP] Transferring files between computers using php

2008-03-07 Thread Peter Ford
Aschwin Wesselius 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 is no webserver on any of these

Re: [PHP] Transferring files between computers using php

2008-03-07 Thread Aschwin Wesselius
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 if there

Re: [PHP] Transferring files between computers using php

2008-03-06 Thread Chris
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 if there

[PHP] Transferring files between computers using php

2008-03-06 Thread Rahul
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 if there is a way to