Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: SSH and ActiveState

by flyingmoose (Priest)
on May 20, 2004 at 19:22 UTC ( [id://355051]=note: print w/replies, xml ) Need Help??


in reply to SSH and ActiveState

Just tried this to see if I could help out. ppm install Net-SSH should work fine using the ActiveState copy. It did for me anyhow.

From there, I was able to "perl -MCPAN -e 'install Net::SFTP' works, even without having any compilers. For the record, this asked me to install Net::SSH::Perl, so it's a pure perl implementation.

I'd use ppm to install the first and CPAN to install the second. Your mileage may vary, but I was able to get it to work.

The catch is that Net::SSH::Perl requires a lot of Crypt modules which aren't in the PPM database, so you would probably have to use a private PPM database or you would need VC++ to compile them.


UPDATE:I have no idea if this is a good site or not, but I found a PPD for Net::SFTP here. Try to install it if you like, ppm install filename.ppd should work and if it works, your problem is solved.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://355051]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-20 03:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found