Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: simple SFTP on windows

by VinsWorldcom (Prior)
on Dec 09, 2016 at 19:29 UTC ( [id://1177561]=note: print w/replies, xml ) Need Help??


in reply to simple SFTP on windows

Net::SSH2 - it has Net::SSH2::SFTP and it's bundled with the Strawberry Perl distribution - which I personally prefer over ActiveState (put's flame retardant hat on).

Replies are listed 'Best First'.
Re^2: simple SFTP on windows
by syphilis (Archbishop) on Dec 10, 2016 at 00:53 UTC
    Yes, Net::SSH2 is the way to go, imo.
    However, I recommend using it via Net::SFTP::Foreign::Backend::Net_SSH2 - which uses Net::SFTP::Foreign.
    I don't think these additional modules ship with Strawberry Perl, but installation of them is trivial:
    cpan -i Net::SFTP::Foreign::Backend::Net_SSH2
    I don't know why the OP would have had trouble installing Net::SFTP::Foreign - perhaps it was because of the absence of Net::SSH2.
    Certainly, IO::Pty (which is unusable on native Windows) is not needed.

    Cheers,
    Rob

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-26 08:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found