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; my $sftp = Net::SFTP->new($host); $sftp->get("foo", "bar"); $sftp->put("bar", "baz"); Also seemed well documented, doesn't look like you will waste your time on it ;-) rgdz [Wags] Thanks and will give it a shot... Wags ;) David R. Wagner Senior Programmer Analyst FedEx Services 1.719.484.2097 Tel 1.719.484.2419 Fax 1.408.623.5963 Cell http://Fedex.com/us Julio C. Hegedus v.36.4 --------------------------------------------------------------------- Novell Netware & Linux Specialist http://sciencenet.is-a-geek.net ICQ: 3614823 MSN: brclim...@hotmail.com CAP #.: 928 ________________________________ From: "Wagner, David --- Sr Programmer Analyst --- CFS" <david.wag...@fedex.com> To: Spectroman <spectro...@yahoo.com>; Perl Beginners <beginners@perl.org> Sent: Thursday, January 12, 2012 6:45 PM Subject: RE: Implementation of sFTP using Perl 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 looking for someone who has used one of implementations of SFTP? Looking for ease, gotchas or other related areas that may be of convern??? Thanks. Wags ;) David R. Wagner Senior Programmer Analyst FedEx Services 1.719.484.2097 Tel 1.719.484.2419 Fax 1.408.623.5963 Cell http://Fedex.com/us Julio C. Hegedus v.36.4 --------------------------------------------------------------------- Novell Netware & Linux Specialist http://sciencenet.is-a-geek.net ICQ: 3614823 MSN: brclim...@hotmail.com CAP #.: 928 ________________________________ From: "Wagner, David --- Sr Programmer Analyst --- CFS" <david.wag...@fedex.com> To: Perl Beginners <beginners@perl.org> Cc: "Wagner, David --- Sr Programmer Analyst --- CFS" <david.wag...@freight.fedex.com> Sent: Thursday, January 12, 2012 6:16 PM Subject: Implementation of sFTP using Perl 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 AS Linux Perl version. Thoughts??? Thanks.... Wags ;) David R. Wagner Senior Programmer Analyst FedEx Services 1.719.484.2097 Tel 1.719.484.2419 Fax 1.408.623.5963 Cell http://Fedex.com/us -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/