sftp loops Win32 platform

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default sftp loops Win32 platform

    I did just notice, that the debug shows
    Net::SSH::Perl Version 1.30, protocol, and I did change sftp.pm to use
    Net::SSH::W32Perl.


    PerlApp 6.0.2 build 203380
    Copyright (C) 1998-2005 ActiveState Corp. All rights reserved.
    ActiveState is a division of Sophos Plc.


    C:\Public>sftp
    WXPPro: Reading configuration data C:\Documents and
    Settings\LE03964A/.ssh/co
    nfig
    WXPPro: Reading configuration data /etc/ssh_config
    WXPPro: Connecting to ftp.frostbank.com, port 22.
    WXPPro: Socket created, turning on blocking...
    WXPPro: Remote version string: SSH-2.0-1.36 sshlib: GlobalScape

    WXPPro: Remote protocol version 2.0, remote software version 1.36 sshlib:
    Glo
    balScape
    WXPPro: Net::SSH::Perl Version 1.30, protocol version 2.0.
    xpLjanda: No compat match: 1.36 sshlib: GlobalScape
    WXPPro: Connection established.
    WXPPro: Sent key-exchange init (KEXINIT), wait response.
    WXPPro: Algorithms, c->s: 3des-cbc hmac-sha1 none
    WXPPro: Algorithms, s->c: 3des-cbc hmac-sha1 none
    WXPPro: Entering Diffie-Hellman Group 1 key exchange.
    WXPPro: Sent DH public key, waiting for reply.
    WXPPro: Received host key, type 'ssh-dss'.
    WXPPro: Host 'ftp.domain.com' is known and matches the host key.
    WXPPro: Computing shared secret key.
    WXPPro: Verifying server signature.
    WXPPro: Waiting for NEWKEYS message.
    WXPPro: Enabling incoming encryption/MAC/compression.
    WXPPro: Send NEWKEYS, enable outgoing encryption/MAC/compression.
    WXPPro: Sending request for user-authentication service.
    WXPPro: Service accepted: ssh-userauth.
    WXPPro: Trying empty user-authentication request.
    WXPPro: Authentication methods that can continue: publickey,password.
    WXPPro: Next method to try is publickey.
    WXPPro: Next method to try is password.
    WXPPro: Trying password authentication.
    WXPPro: Login completed, opening dummy shell channel.
    WXPPro: channel 0: new [client-session]
    WXPPro: Requesting channel_open for channel 0.
    WXPPro: channel 0: open confirm rwindow 16384 rmax 16384
    WXPPro: channel 1: new [client-session]
    WXPPro: Requesting channel_open for channel 1.
    WXPPro: Sending subsystem: sftp
    WXPPro: Requesting service subsystem on channel 1.
    WXPPro: channel 1: open confirm rwindow 16384 rmax 16384


    cdlvj Guest

  2. Similar Questions and Discussions

    1. SFTP with CS3?
      Anyone out there get Contribute CS3 to make an SFTP connection? It's still telling me that it can't verify my connection information. Permissions...
    2. Dave Roth's site (Win32::AdminMisc, Win32::ODBC, etc.) not available.
      Does anyone know of an alternate method to contact Dave Roth (other then rothd@roth.net )? It appears that his entire domain is unavailable...
    3. Help with Net::SFTP when sftp on unix works.
      Running on AIX, the unix sftp will connect to my site just fine, but the Net::SFTP perl modules hangs at one point. Here are the logs for the...
    4. Net::SFTP
      Hi, Can you cd into a sub directory using Net::SFTP? I want to get a file out of home/transfers. my $sftp =...
    5. fonts from platform to platform problem
      Does anybody out there have an IBM clone with shockwave on it? (it's a free download like acrobat reader) I've made a director movie in a class I'm...
  3. #2

    Default Re: sftp loops Win32 platform

    Looked at the debug, and it is calling the W32Perl, the message is wrong.

    cdlvj Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139