On Fri, 18 Jan 2008, Charlie Allom wrote:
Hi, it seems erroneous STATUS sftp commands are putting lftp off the scent. lftp [EMAIL PROTECTED]:~> put TEST.wav ---- path on wire is `TEST.wav' ---> sending a packet, length=25, type=3(OPEN), id=8 <--- got a packet, length=10, type=102(HANDLE), id=8 ---- got file handle 31 (1) ---> sending a packet, length=22, type=10(FSETSTAT), id=9 ---> sending a packet, length=65558, type=6(WRITE), id=10 ---> sending a packet, length=65558, type=6(WRITE), id=11 ---> sending a packet, length=65558, type=6(WRITE), id=12 ---> sending a packet, length=65558, type=6(WRITE), id=13 <--- got a packet, length=33, type=101(STATUS), id=9 ---- Disconnecting but OpenSSH sftp just keeps on punching through.. debug3: In write loop, ack for 71 32768 bytes at 2031616 TEST.wav 100% 2496KB 356.6KB/s 00:07 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 72 32768 bytes at 2064384 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 73 32768 bytes at 2097152 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 74 32768 bytes at 2129920 debug2: channel 0: rcvd adjust 540672 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 75 32768 bytes at 2162688 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 76 32768 bytes at 2195456 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 77 32768 bytes at 2228224 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 78 32768 bytes at 2260992 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 79 32768 bytes at 2293760 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 80 32768 bytes at 2326528 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 81 32768 bytes at 2359296 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 82 32768 bytes at 2392064 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 83 32768 bytes at 2424832 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 84 32768 bytes at 2457600 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 85 32768 bytes at 2490368 debug3: SSH2_FXP_STATUS 0 debug3: In write loop, ack for 86 32768 bytes at 2523136 debug3: Sent message SSH2_FXP_CLOSE I:9 debug3: SSH2_FXP_STATUS 0 sftp> is there a workaround anyone can think of? Regards, C. -- http://devblog.playlouder.com/
Did you try compiling with GnuTLS vs. OpenSSL? Try each see if its reproducible with each ssl-library. Justin.
