|
Hi all,
i am new to perl script. Can any of you help me to install perl SFTP module.
whenever i try to install Net:: SFTP module , i am getting the following error statement
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz
Issuing "C:\WINDOWS\system32\ftp.EXE -n"
C:WINDOWSsystem32ftp.EXE: not found
Subprocess "|C:\WINDOWS\system32\ftp.EXE -n"
returned status 127 (wstat 32512)
Bad luck... Still failed!
Can't access URL ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz.
Please check, if the URLs I found in your configuration file () are valid.
The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/'
Could not fetch authors/01mailrc.txt.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.perl.org/pub/CPAN/modules/02packages.details.txt.gz
.
.
.
.
.
my PC config is : WinXP, Perl 5.8.8
|