Hoorah!   Hoorah!
TLSXPA: Entering interactive session.
TLSXPA: Sending command: date
TLSXPA: Requesting service exec on channel 1.
TLSXPA: channel 1: open confirm rwindow 0 rmax 32768
TLSXPA: input_channel_request: rtype exit-status reply 0
TLSXPA: channel 1: rcvd eof
TLSXPA: channel 1: output open -> drain
TLSXPA: channel 1: rcvd close
TLSXPA: channel 1: input open -> closed
TLSXPA: channel 1: close_read
TLSXPA: channel 1: obuf empty
TLSXPA: channel 1: output drain -> closed
TLSXPA: channel 1: close_write
TLSXPA: channel 1: send close
TLSXPA: channel 1: full closed
 exit   '0'
 stdout 'Tue Dec  9 23:28:44 CST 2003'
I added Scott Scecina's repository as advised
rep add soulcage http://www.soulcage.net/ppds.58/
then moved the repository higher in the list that PPM3 was looking at, then uninstalled both Net-SSH-W32Perl and Net-SSH-Perl, then re-installed Net-SSH-W32Perl from his repository, and huzzah!

And after reading his ERRATA.txt comments, where he said he'd modified Net::SFTP to understand to use Net::SSH::W32Perl, I uninstalled Net-SFTP and re-installed it.   I retried the Net::SFTP test program.   After figuring out that I needed to change the ls() call to   my @files = $sftp->ls('.');   I was able to get it working too!

Now... what did I want it for ... ?   So long ago ... can't ... remember...


In reply to Re: Re: Re: Re: Re: SFTP hangs (winxp) by shenme
in thread SFTP hangs (winxp) by rkg

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.