Opened 16 years ago

Last modified 9 years ago

#4487 closed Bug report

Resume downloaded files over 2Gb on ftpes (Auth TLS) connection fails 3.2.4.1 — at Initial Version

Reported by: Smalla Owned by:
Priority: normal Component: FileZilla Client
Keywords: resume download ftpes Cc: smalla@…
Component version: Operating system type: Windows
Operating system version:

Description

It seems that the client is trying to resume the transfer from the total bytes of file on server, not on the client.

Server is proftpd and can resume files (other clients working)
Connection is ftpes (AUTH TLS)
Filezilla 3.2.4.1 on Vista_x64

it should use a command like REST 2147473408 (2gb), not REST 12025908427 (this is the total bytes of the file)

Status: Starting download of *.*
Status: Testing resume capabilities of server
Command: PASV
Response: 227 Entering Passive Mode (*.*.*.*,157,203).
Command: REST 12025908427
Response: 350 Restarting at 12025908427. Send STORE or RETRIEVE to initiate transfer
Command: RETR
*.*
Response: 150 Opening BINARY mode data connection for *.* (13847051 bytes)
Response: 426 Transfer aborted. Operation not permitted
Error: Server does not support resume of files > 2GB.
Error: Critical error
Status: Disconnected from server
Response: 421 No transfer timeout (300 seconds): closing control connection
Status: Server did not properly shut down TLS connection
Error: Disconnected from server: ECONNABORTED - Connection aborted

Change History (0)

Note: See TracTickets for help on using tickets.