For months I've seen very slow downloads of large files from a server running HP-UX 11.23 to a PC running WinXP Pro SP3, thinking something had been changed on the server related to SFTP. (Things were fine in early BC3 builds except for the occasional null at 0x7FFF.)
Today I happened to see the server admin, who told me nothing has changed recently. I started composing this thread, doing some test downloads (10MB file in 4.5 minutes), and noticed that the problem seems to be limited to ASCII files having suffix .inp. (Well, all the big (to 90MB) files I download are .inp suffix. Small files transfer fine, or at least are finished before I notice they are slow.) Start of the log:
6/10/2009 6:20:46 PM Username: xxxxxxxx
6/10/2009 6:20:46 PM Connecting to xxxxxxx.xxx.xxx
6/10/2009 6:20:46 PM Server key [ssh-rsa 0000 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00]
6/10/2009 6:20:47 PM Authorization successful.
6/10/2009 6:20:47 PM Connected to xxxxxxxx.xxx.xxx port 22
6/10/2009 6:20:47 PM Server software: OpenSSH_3.7
6/10/2009 6:20:47 PM Using SFTP version 3.
6/10/2009 6:20:47 PM Compression: none
6/10/2009 6:20:47 PM Encryption: aes256-ctr
6/10/2009 6:20:47 PM MAC algorithm: hmac-md5
Settings include:
Transfer type: Auto; Compress transfers is not checked; Force faster uploads is not checked, both limits are set to 0; 1 simultaneous connection; PASV is not checked. Currently running BC3 3.1.3.
I removed *.inp from the ASCII list then tried downloading an 85MB file with .inp suffix. It completed in seconds!
I put *.inp back into the list (in alphabetical order) and tried the download again. Problem returns.
I click the (X) icon and it hangs on Cancelling with the animated marching squares. Click the [X] on title bar and I'm warned this will cancel running file operations. OK; hourglass. Have to kill the program.
Then I added *.ipp to the ASCII list and renamed a big .inp file to that suffix. Slow again. So BC3 isn't prejudiced against the .inp suffix. This time I clicked the close button. After the warning it did the 'Cancelling' thing as before.
I have 41 items in my ASCII list - not too many, I hope.
One more try: after changing .ipp back to .inp in the ASCII list, I renamed my big .inp file to be a .txt file. That's slow, too. Killing it with '40 Minutes Remaining'. So it looks like the problem is with any large file that is auto-detected to be ASCII.
All file transfers are fast using the SFTP included with SSH Secure Shell Client 3.2.9 (last free).
(BTW, it would be convenient if the log message at completion of a transfer showed the transfer rate in KB/sec or whatever, as well as elapsed time; would make it easier to compare to other programs that show that value.)
Today I happened to see the server admin, who told me nothing has changed recently. I started composing this thread, doing some test downloads (10MB file in 4.5 minutes), and noticed that the problem seems to be limited to ASCII files having suffix .inp. (Well, all the big (to 90MB) files I download are .inp suffix. Small files transfer fine, or at least are finished before I notice they are slow.) Start of the log:
6/10/2009 6:20:46 PM Username: xxxxxxxx
6/10/2009 6:20:46 PM Connecting to xxxxxxx.xxx.xxx
6/10/2009 6:20:46 PM Server key [ssh-rsa 0000 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00]
6/10/2009 6:20:47 PM Authorization successful.
6/10/2009 6:20:47 PM Connected to xxxxxxxx.xxx.xxx port 22
6/10/2009 6:20:47 PM Server software: OpenSSH_3.7
6/10/2009 6:20:47 PM Using SFTP version 3.
6/10/2009 6:20:47 PM Compression: none
6/10/2009 6:20:47 PM Encryption: aes256-ctr
6/10/2009 6:20:47 PM MAC algorithm: hmac-md5
Settings include:
Transfer type: Auto; Compress transfers is not checked; Force faster uploads is not checked, both limits are set to 0; 1 simultaneous connection; PASV is not checked. Currently running BC3 3.1.3.
I removed *.inp from the ASCII list then tried downloading an 85MB file with .inp suffix. It completed in seconds!
I put *.inp back into the list (in alphabetical order) and tried the download again. Problem returns.
I click the (X) icon and it hangs on Cancelling with the animated marching squares. Click the [X] on title bar and I'm warned this will cancel running file operations. OK; hourglass. Have to kill the program.
Then I added *.ipp to the ASCII list and renamed a big .inp file to that suffix. Slow again. So BC3 isn't prejudiced against the .inp suffix. This time I clicked the close button. After the warning it did the 'Cancelling' thing as before.
I have 41 items in my ASCII list - not too many, I hope.
One more try: after changing .ipp back to .inp in the ASCII list, I renamed my big .inp file to be a .txt file. That's slow, too. Killing it with '40 Minutes Remaining'. So it looks like the problem is with any large file that is auto-detected to be ASCII.
All file transfers are fast using the SFTP included with SSH Secure Shell Client 3.2.9 (last free).
(BTW, it would be convenient if the log message at completion of a transfer showed the transfer rate in KB/sec or whatever, as well as elapsed time; would make it easier to compare to other programs that show that value.)
Comment