[Ssh-sftp-perl-users] Perl Script to connect Linux from Windows m/c through ssh
Brought to you by:
dbrobins
From: <moh...@wi...> - 2008-05-30 15:06:19
|
Dear All, Till now I was working on Linux so I install all the modules needed for SSH (Net::SSH::Perl, Math::pari etc) from CPAN. And now the requirement is that, I have to do the same task on Windows m/c. So request you to let me know what all modules I needed for the same task and if possible please send me the link for the same. Let me brief you what is my task here right now. XML file ---> Perl Script ---(ssh)--> AUT Here Perl script get the required data from XML file to execute the AUT. XML and Perl script resides at Windows and AUT at Linux. So basically I have to telnet(ssh) to Linux m/c from Windows and run the AUT and get back the result with the perl script. And I achieved the same at Linux but not sure how to do the same at Windows and required modules as I never worked on Windows. Thanks for you great help. Regards, Mustafa |