[Ssh-sftp-perl-users] put() hangs and debug warning message
Brought to you by:
dbrobins
From: Chad E. <cei...@rd...> - 2005-07-08 16:06:58
|
Greetings, I have a script I'm using to transfer compressed files between 100MB and 1GB. For some of the larger files the upload reaches a certain point and I receive the following error message from debugging: "Warning: ignore packet type 20." After the warning message put() apparently gets stuck in a loop (judging from an strace) and no more data is transferred. If I transfer the file with a non-perl SFTP client it works fine. Anyone know what causes the warning message or why put() is hanging? I'm using Net::SFTP 0.09. Thanks, Chad |