Ticket #3452 (closed Bug report)

Opened 2 years ago

Last modified 2 years ago

file over ~1 GB stops transfering prematurely

Reported by: mpohl2004 Owned by:
Priority: normal Component: Other
Keywords: Cc: mpohl2004, ci-dev, codesquid
Operating system type: Operating system version:

Description

I'm running 3.08.1 on a redhat linux 4 64 bit AMD with 64 bit linux OS. When I try to transfer a file that is more that about 1.07 gigabytes the program just disconnects and trys to start transferring again. I'm only trying to copy one file from a Windows 2000 server to a drive on the linux machine. I have the same problem when I try it with a Windows 2003 as the client.

Below is a log of the output

Status: Connecting to d56mfm21.som.umaryland.edu:22...
Response: fzSftp started
Command: open "administrator@…" 22
Command: Pass: ***********
Status: Connected to d56mfm21.som.umaryland.edu
Status: Starting download of /d:/fullback.bkf
Command: cd "/d:/"
Response: New directory is: "/d:/"
Command: get "fullback.bkf" "/mnt/disk2/fullback.bkf"
Status: remote:/d:/fullback.bkf => local:/mnt/disk2/fullback.bkf
Error: Disconnected: Received SSH_MSG_CHANNEL_SUCCESS for "winadj@…"
Status: Connecting to d56mfm21.som.umaryland.edu:22...
Response: fzSftp started
Command: open "administrator@…" 22
Command: Pass: ***********
Status: Connected to d56mfm21.som.umaryland.edu
Status: Starting download of /d:/fullback.bkf
Command: cd "/d:/"
Response: New directory is: "/d:/"
Status: Skipping download of /d:/fullback.bkf
Status: File transfer successful
Status: Disconnected from server

Change History

Changed 2 years ago by ci-dev

Seems to be SFTP/PuTTY related...

Changed 2 years ago by codesquid

The SFTP support in FileZilla is based upon PuTTY's psftp component.

Please try the most recent development version of psftp. Windows binary at  http://tartarus.org/~simon/putty-snapshots/x86/psftp.exe
Source code for other platforms at  http://tartarus.org/~simon/putty-snapshots/putty.tar.gz

If psftp works, it is a problem with FileZilla. However if psftp fails as well, please contact the PuTTY developers.

Changed 2 years ago by mpohl2004

Okay....I tested psftp and get the same result so I guess the problem is with psftp....thanks

Note: See TracTickets for help on using tickets.