Re: Perl to ftp files remote to local

2008-06-23 Thread Mimi Cafe
You could use the CPAN module Net::SSH http://search.cpan.org/~ivan/Net-SSH-0.09/SSH.pm. - Install the module on you local PC. - Create a non-privileged user on the remote server - Create SSH certificate for the non-privileged user on the remote machine - Use the non-privileged user to run remote

Perl to ftp files remote to local

2008-06-23 Thread Stewart Anderson
Hi, I'm sure there are a zillion ways of doing this, but rather than re-invent the wheel I thought I'd use my best skill - "The ability to ask someone else and plaguerise :)" So, I would like to poll a remote server (production app server) find files (log files) in a specific directo