When logging on to a server using the SFTP protocol and downloading a file, the following exception is thrown and the download is aborted.
I tried several different servers with the same result. Uploading works fine, and downloading from ordinary FTP servers works without problem.
Exception in thread "Background" java.lang.IllegalArgumentException: invalid len argument
at ch.ethz.ssh2.sftp.SFTPv3Client.read(Unknown Source)
at ch.ethz.ssh2.io.SFTPInputStream.read(Unknown Source)
at ch.cyberduck.core.io.ThrottledInputStream.read(Unknown Source)
at ch.cyberduck.core.Path.transfer(Unknown Source)
at ch.cyberduck.core.Path.download(Unknown Source)
at ch.cyberduck.core.sftp.SFTPPath.download(Unknown Source)
at ch.cyberduck.core.DownloadTransfer._transferImpl(Unknown Source)
at ch.cyberduck.core.Transfer.transfer(Unknown Source)
at ch.cyberduck.core.Transfer.transfer(Unknown Source)
at ch.cyberduck.core.Transfer.start(Unknown Source)
at ch.cyberduck.ui.cocoa.CDTransferController$3.run(Unknown Source)
at ch.cyberduck.ui.cocoa.CDWindowController$1.run(Unknown Source)
The text was updated successfully, but these errors were encountered:
=#### Tuesday, August 14, 2007 13:26:10 US/Eastern=
214917 [Background] ERROR ch.cyberduck.core.sftp.SFTPPath - SSH channel is closed. (Closing all channels)
I was just trying the new beta. Now that I can set the SCP preference, that works. When I set it back to SFTP, I get the invalid len argument on download and the above is what I see in the console.
So, I removed my preferences and things were working again with SFTP. I tried to compare the good and bad prefs but there's a lot of differences. I did verify that the problem isn't the enterkey.rename pref which I had changed.
If you would like a copy of the good and bad preference files, please email me at pburney@concord.org
So, this issue is no longer valid for me, but I'm not the original poster.
When logging on to a server using the SFTP protocol and downloading a file, the following exception is thrown and the download is aborted.
I tried several different servers with the same result. Uploading works fine, and downloading from ordinary FTP servers works without problem.
The text was updated successfully, but these errors were encountered: