RE: Installl CPAN packages without ftp.

2005-08-05 Thread Nicolae.Popovici
-Original Message- From: Sisyphus [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 1:28 AM To: Popovici Nicolae (HTX) Cc: Perl-Win32-Users@listserv.ActiveState.com Subject: Re: Installl CPAN packages without ftp. - Original Message - From: <[EMAIL PROTECTED]> &

Re: Installl CPAN packages without ftp.

2005-08-04 Thread Sisyphus
- Original Message - From: <[EMAIL PROTECTED]> > > Now, I said that it looks like it is running on my machine because when > I packed it with pp and run the result on another machine it complains > with the following error message: > ==

Re: Installl CPAN packages without ftp.

2005-08-04 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Here is my small sftp test program. > == > > use strict; > use warnings; > > use Net::SFTP; > > sub SendFileOverFTP { > > > #my($file,$local)= @_; > > my %args = ( > user => "someuser", > password => "

RE: Installl CPAN packages without ftp.

2005-08-04 Thread Randy Kobes
On Thu, 4 Aug 2005, [EMAIL PROTECTED] wrote: [ ... ] Tried that. Unfourtunately the package does not find the Class-ErrorHandler package on the uwinnipeg server. This is the error message that I get: ppm> install Net-SFTP Error: Package 'Class-ErrorHandler' not found on server. Please 'search' fo

RE: Installl CPAN packages without ftp.

2005-08-04 Thread Nicolae.Popovici
-Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 1:51 PM To: Popovici Nicolae (HTX) Cc: Perl-Win32-Users@listserv.ActiveState.com Subject: Re: Installl CPAN packages without ftp. [EMAIL PROTECTED] wrote: > Tried that. Unfourtunat

Re: Installl CPAN packages without ftp.

2005-08-04 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Tried that. Unfourtunately the package does not find the > Class-ErrorHandler package on the uwinnipeg server. This is the error > message that I get: > ppm> install Net-SFTP > Error: Package 'Class-ErrorHandler' not found on server. Please 'search' > for it > first. > p

Re: Installl CPAN packages without ftp.

2005-08-04 Thread Sisyphus
- Original Message - From: <[EMAIL PROTECTED]> > > You probably need only 'ppm install Net-SSH-W32Perl', followed by 'ppm > install Net-SFTP'. > > Cheers, > Rob > > Tried that but only the last part and it says that the package does not > exist on this server. I guess just installing

RE: Installl CPAN packages without ftp.

2005-08-04 Thread Nicolae.Popovici
-Original Message- From: Sisyphus [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 11:17 AM To: Popovici Nicolae (HTX); Perl-Win32-Users@listserv.ActiveState.com Subject: Re: Installl CPAN packages without ftp. - Original Message - From: <[EMAIL PROTECTED]&

RE: Installl CPAN packages without ftp.

2005-08-04 Thread Nicolae.Popovici
-Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 10:59 AM To: Popovici Nicolae (HTX) Cc: Perl-Win32-Users@listserv.ActiveState.com Subject: Re: Installl CPAN packages without ftp. [EMAIL PROTECTED] wrote: > Hi guys, > >

Re: Installl CPAN packages without ftp.

2005-08-04 Thread Sisyphus
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, August 04, 2005 5:46 PM Subject: Installl CPAN packages without ftp. Hi guys, Following problem: I would like to install SFTP package from CPAN on my computer but it has a lot of dependencies that I need and I DO NO

Re: Installl CPAN packages without ftp.

2005-08-04 Thread Octavian Rasnita
Title: Installl CPAN packages without ftp. Hi,   You could install cpan modules using the cpan shell.   Before doing this, delete all the urllist and then make sure you will add only CPAN sites which are not using FTP but http. There are much fewer http CPAN sites than FTP sites, but there a

Re: Installl CPAN packages without ftp.

2005-08-04 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Hi guys, > >Following problem: I would like to install SFTP package from CPAN on > my computer but it has a lot of dependencies that I need and I DO NOT > have ftp access. Any other way without downloading each one of them? > Downloading each one of them and then se