Update: Fixed typos#!/usr/local/bin/perl use strict; use warnings; use Carp; use Net::SFTP::Foreign; use constant HOST => 'localhost'; my $sftp = Net::SFTP::Foreign->new(HOST, more => '-v'); $sftp->error and croak "Unable to connect: " . $sftp->error;
In reply to Re: Net::SFTP::Foreign not workign properly on AIX
by Khen1950fx
in thread Net::SFTP::Foreign not workign properly on AIX
by madorb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |