Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Mirroring a file to another server

0 views
Skip to first unread message

David Pheat

unread,
Apr 29, 2004, 1:43:18 PM4/29/04
to
How would you mirror a file from one server to another server,
and how would you get around all the security etc. Is there a
program out there (free hopefully) that will do this?

David Pheat

unread,
Apr 29, 2004, 7:36:06 PM4/29/04
to

David Pheat wrote:


And

What do these things do?


my $REMOTE="http://www.cpan.org/";


my $LOCAL="/Users/merlyn/MIRROR/MINICPAN/";


close($server);


Tintin

unread,
Apr 30, 2004, 6:52:55 AM4/30/04
to

"David Pheat" <Da...@Pheat.con> wrote in message
news:409138F0...@Pheat.con...

> How would you mirror a file from one server to another server,
> and how would you get around all the security etc. Is there a
> program out there (free hopefully) that will do this?

http://rsync.samba.org/


David Pheat

unread,
Apr 30, 2004, 11:41:06 AM4/30/04
to

Tintin wrote:

> "David Pheat" <Da...@Pheat.con> wrote in message
>

> > How would you mirror a file from one server to another server,
> > and how would you get around all the security etc. Is there a
> > program out there (free hopefully) that will do this?
>
> http://rsync.samba.org/


I have a virtual host, I don't think anything like this would help,
it needs to be a perl script(s). One problem I have is the cgi-bin
directory on the server will not allow me to read a .txt file, or I
could just copy the file(s) from what I call the root directory to the
cgi-bin, then call this text file with the script on the other server
and copy that to the root directory on the other server, then
delete these temp files.

0 new messages