Core FTP Crashes When Downloading

Report client bugs
Locked
UMG
Posts: 10
Joined: Wed Jun 04, 2008 5:54 pm

Core FTP Crashes When Downloading

Post by UMG »

I have a number of files on a remote server that cause Core FTP to crash part way through the download. It almost appears to be size related, because multiple files with the same size exhibit the problem.

I upgrade from 1765 to 1792 but that didn't make any difference.

The file is 40,005 bytes and 36,864 get downloaded. It isn't always that size, another one is 359,574 and only 359,424 get downloaded.

Faulting application coreftp.exe, version 2.2.1792.0, faulting module unknown, version 0.0.0.0, fault address 0x017e2700.
Here is the log:

Welcome to Core FTP, release ver 2.2, build 1792 (x86.U) -- © 2003-2013
WinSock 2.0
Mem -- 2,097,151 KB, Virt -- 2,097,024 KB
Started on Tuesday December 10, 2013 at 13:04:PM
Looking up host "x.x.x.x"
Connecting to x.x.x. port 22
Server version: SSH-2.0-OpenSSH_3.9p1
Using SSH protocol version 2
Version: SSH-2.0-PuTTY_Local:_Jun_24_2013_11:12:31
Diffie-Hellman group exchange
Diffie-Hellman key exchange SHA-1
AES-256 SDCTR client->server
HMAC-SHA1 client->server
AES-256 SDCTR server->client
HMAC-SHA1 server->client
Sent password
Access granted
Opened channel for session
Started a shell/command
PWD
Current directory is '/home/OHSUMG-OR/'
Keep alive off...
CWD /home/OHSUMG-OR/Output
CWD /home/OHSUMG-OR/
Transferred 385 bytes in 0.171 seconds
CWD /home/OHSUMG-OR/Output/
Transferred 24,949 bytes in 1.000 seconds
File exists, prompting user...
OHSUMG-OR-WFS-D20121203.txt overwritten...
RETR /home/OHSUMG-OR/Output/OHSUMG-OR-WFS-D20121203.txt

Any ideas what the issue might be?
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

unchecking the advanced -> ssh -> use putty compat... option fixes this issue.
Locked