Re: Windows - Unix communication using perl

2004-11-01 Thread Chasecreek Systemhouse
On Mon, 1 Nov 2004 15:23:32 -0800 (PST), Ajey Kulkarni <[EMAIL PROTECTED]> wrote: > i feel net::rexec module should help me out. Usng .netrc is OK; so long as you use it on a private non-routing network and not over the public Internet. =) SSH tunnels may prove more secure; but now I am off list

Re: Windows - Unix communication using perl

2004-11-01 Thread Ajey Kulkarni
i feel net::rexec module should help me out. Thanks. ~A On Mon, 1 Nov 2004, Chasecreek Systemhouse wrote: > On Mon, 1 Nov 2004 14:00:37 -0800 (PST), Ajey Kulkarni <[EMAIL PROTECTED]> wrote: > > I would like to do something like rexec/rsh from a windows (client) > > to Unix machine. What is the b

Re: Windows - Unix communication using perl

2004-11-01 Thread Chasecreek Systemhouse
On Mon, 1 Nov 2004 14:00:37 -0800 (PST), Ajey Kulkarni <[EMAIL PROTECTED]> wrote: > I would like to do something like rexec/rsh from a windows (client) > to Unix machine. What is the best way to approach this problem? > > IO::Socket ,may not be of help coz that requires server to be running. > Her