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
transfer a small file between them and if there is, could someone be kind
enough to provide me with an example please?
What I have:
Basic CLI version of PHP 5.0
SSH Access
What I don't have:
Webserver