Re: Implementation of sFTP using Perl

2014-04-07 Thread Wernher Eksteen
I preffer to use Net::OpenSSH ( http://search.cpan.org/~salva/Net-OpenSSH-0.60/lib/Net/OpenSSH.pm) This is an exceptional Perl module on most things SSH related, not limited to just sFTP which allows the use of various other SSH calls from the same module without the need to use other modules to f

Re: Implementation of sFTP using Perl

2012-01-30 Thread Salvador Fandino
On 01/12/2012 06:16 PM, Wagner, David --- Sr Programmer Analyst --- CFS wrote: > > I need to change from FTP to sFTP and want to use a Perl > implementation verses using sFTP application bound within Perl scripts. > I will be running from Linux and pulling data either from MVS or > Win

Re: Implementation of sFTP using Perl

2012-01-13 Thread Ireneusz Pluta
W dniu 2012-01-12 20:00, Wagner, David --- Sr Programmer Analyst --- CFS pisze: From: Spectroman [mailto:spectro...@yahoo.com] Sent: Thursday, January 12, 2012 11:51 To: Wagner, David --- Sr Programmer Analyst --- CFS Subject: Re: Implementation of sFTP using Perl Hi David, Never really

RE: Implementation of sFTP using Perl

2012-01-12 Thread Wagner, David --- Sr Programmer Analyst --- CFS
From: Spectroman [mailto:spectro...@yahoo.com] Sent: Thursday, January 12, 2012 11:51 To: Wagner, David --- Sr Programmer Analyst --- CFS Subject: Re: Implementation of sFTP using Perl Hi David, Never really used, but seems quite straightforward, as stated in the synopsis: use Net::SFTP

RE: Implementation of sFTP using Perl

2012-01-12 Thread Wagner, David --- Sr Programmer Analyst --- CFS
From: Spectroman [mailto:spectro...@yahoo.com] Sent: Thursday, January 12, 2012 10:33 To: Wagner, David --- Sr Programmer Analyst --- CFS Subject: Re: Implementation of sFTP using Perl http://search.cpan.org/dist/Net-SFTP/ So have you used Net-SFTP? I have looked through cpan, but

Implementation of sFTP using Perl

2012-01-12 Thread Wagner, David --- Sr Programmer Analyst --- CFS
I need to change from FTP to sFTP and want to use a Perl implementation verses using sFTP application bound within Perl scripts. I will be running from Linux and pulling data either from MVS or Windows box or servers. Uncertain how to proceed? Will attempt to use A