http://www.perlmonks.org?node_id=662537


in reply to Re^2: help with Net::SFTP
in thread help with Net::SFTP

Looks like a deficiency in the Net::SSH::Perl or Net::SSH::W32Perl modules rather than a missing module. getpwuid doesn't exist on Win32, but Net::SSH::Perl is trying to call it.

I wonder if Net::SSH::W32Perl is supposed to be some kind of helper to get around that.

Perhaps try the example in the Net::SSH::W32Perl to see if it works by itself?

Or take the easy-ugly-fast way and use system to shell out to a command line sftp client.

Replies are listed 'Best First'.
Re^4: help with Net::SFTP
by Anonymous Monk on Jan 15, 2008 at 20:21 UTC
    thanks for your reply.
    As I suspected, this is a configuration or compatibility issue.

    Do any of the other kind monks have any ideas?
    Has anybody gotten SFTP to work under wondows?

    kd
      I am working on windows xp machine. i want to install this package in my machine. please can u tell me how to install this package. i am using ppm install net::sftp but it is through error. please can u tell me what all we have to configure for this. shafi