On 16 Jul 2003 12:07:23 -, "vemulakonda uday bhaskar" <[EMAIL PROTECTED]> wrote:
> hi all
>
> i have installed the Net::SFTP module along with all its
> prerequisite modules..
>
As I said before you need to help us to help you. Re-posting th
- Original Message -
From: vemulakonda uday bhaskar <[EMAIL PROTECTED]>
Date: Wednesday, July 16, 2003 8:07 am
Subject: help needded
> hi all
Hi
>
> i have installed the Net::SFTP module along with all its
> prerequisite modules..
Have you installed the corr
hi all
i have installed the Net::SFTP module along with all its
prerequisite modules..
my code :
#!/usr/bin/perl
use Net::SFTP:
use strict;
use warnings;
my $host="xxx.xxx.xxx.xxx";
my $user="xxx";
my $password="xxx";
my $proto="sftp";
my
$hp=Net::SFTP->new("host",user=>"$user",password=>"$p