|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
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.
non-Perl:
read my music blog
be my fan at Reverbnation
In reply to Re^3: help with Net::SFTP
by andyford
|
|