maheshkumarvk / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

Filetransfer crash #289

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, Im having issue with filetransfer. It just crashed after single tile 
transfer.

What steps will reproduce the problem?
1. Right click on saved connection
2. Filetransfer 
3. Pick up any file
4. Hit send

File is transferred successfully, but SuperPutty will crash imediatelly after 
this with error: http://img707.imageshack.us/img707/6122/crasha.png

What is the expected output? What do you see instead?
Not crash?

I have Win7 x64, Putty 0.6 (defatult), PSCP location: C:\Program Files 
(x86)\PuTTY\pscp.exe, SuperPutty 1.4.0.1

Original issue reported on code.google.com by xsoft...@gmail.com on 8 Feb 2013 at 9:59

Attachments:

GoogleCodeExporter commented 9 years ago
Looks like a parsing error while processing output at the end of the transfer.  
I'm guessing your connection was very fast and the transfer rate somehow was 
not in kB/s as it usually is.

I'll add some defensive code to at least not crash when that happens.

Can you recreate this?

Original comment by btatey...@gmail.com on 22 May 2013 at 5:21

GoogleCodeExporter commented 9 years ago
1.4.0.3 - same issue
1.4.0.4 - fixed, thanks

Original comment by xsoft...@gmail.com on 11 Jun 2013 at 9:37