Anthony Ettinger wrote:

> Any thoughts?
> 
> I'm looking for a "best practices".
> 
> Basically, i'm on foo.org <http://foo.org>, and need to automate ssh
> bar.org <http://bar.org>, and executea command or two, then copy the
> file from that server, then delete it.
> 
> I'd also like to not use 3rd party mods as much as possible.

Does it have to be SSH ?

The easiest way to do it would be to use an existing webserver and
CGI if it already exits.  FTP could also handle the file copy part.
Is it always the same commands that get executed (that could be
built into the CGI interface) ?

A little more background might help.

_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to