1827810 Members
2045 Online
109969 Solutions
New Discussion

SFTP session hangs

 
Mike Corbett-White
New Member

SFTP session hangs

I'm trying to transfer a file from my alpha server (ES47 7/1000) to a Windows NT server using SSH. The alpha server's os is OpenVMS V7.3-2 and is running SSH (V1.0) 2.4.1. The Windows NT server is running F-Secure SSH Server V5.2 Build 38. My problem is when I issue the command "scp test.txt sshtest@142.000.000.000:test.txt, I get a bad Status error (see below). I have included the tail end of the debug listing. The file permissions have been check and seem to be okay. Once I get the bad Status error, my connect to the Windows NT server hangs. Does anyone know what else I can try to solve this issue?

-------------------------------------------
Welcome to the F-Secure SSH service on the BECAUSS server.
debug: Ssh2AuthPubKeyClient/AUTHC-PUBKEY.C:925: adding keyfile "ssh2/id_dsa_2048_a" to candidates
debug: Ssh2AuthPubKeyClient/AUTHC-PUBKEY.C:473: Constructing and sending signature...
debug: Ssh2AuthPubKeyClient/AUTHC-PUBKEY.C:566: ssh_client_auth_pubkey_send_signature: reading ssh2/id_dsa_2048_a
Passphrase for key "ssh2/id_dsa_2048_a" with comment "2048-bit dsa, bratsdev02@aqua.stentor.ca, Wed Sep 22 2004 14:59:03":
debug: Ssh2Common/SSHCOMMON.C:289: Received SSH_CROSS_AUTHENTICATED packet from connection protocol.
tcpip$ssh_scp2.exe:Scp2/SCP2.C:1807: notification: 0
debug: Ssh2Common/SSHCOMMON.C:722: num_channels now 1
tcpip$ssh_scp2.exe:SshFCTransfer/SSHFC_TRANSFER.C:185: Source file is "raw", and it needs to be parsed.
tcpip$ssh_scp2.exe:SshFCTransfer/SSHFC_TRANSFER.C:1386: No connection yet. Waiting...
tcpip$ssh_scp2.exe:SshFileXferClient/SSHFILEXFERC.C:1092: ssh_file_client_receive_proc: bad STATUS


Thanks,
Mike