Page 1 of 1

Download files with zero bytes

Posted: 2017-05-15 15:27
by pverrone
Recently I have been running into an issue where large numbers of file downloads fail because they have a zero byte file size.
The uploads of these files work just fine.

I realize that maybe files with a zero size may not be needed, but I am transferring for clients, and I would like everything transferred for completeness.

Has anyone run into this issue?

Re: Download files with zero bytes

Posted: 2017-05-15 19:48
by boco
No, zero byte files should download exactly like all others.

Do you get an error in the log when that happens, or does FileZilla pop up a message?

Re: Download files with zero bytes

Posted: 2017-05-15 22:19
by pverrone
This is the message I get.
Image

Re: Download files with zero bytes

Posted: 2017-05-15 22:20
by pverrone
This happens even though files before and after this one transfer just fine.

Re: Download files with zero bytes

Posted: 2017-05-16 06:27
by botg
Which FTP server software (product and version) is the server running?

Re: Download files with zero bytes

Posted: 2017-05-19 15:11
by pverrone
Just following up on this.
I tried it on a different computer, and everything worked just fine, so it was definitely a local setting.

Oh, FYI, the server was shared hosting on 1and1.

Re: Download files with zero bytes

Posted: 2020-06-19 15:59
by pads
I appreciate this was 12 months ago, but I am having the same problem.

Upload is fine, but downloading of zero length files fails. All other files seem to transfer ok in the same session. I am on 1and1 (or more correctly now IONOS).

Thank you

Re: Download files with zero bytes

Posted: 2020-08-24 06:38
by Triplettt
Hi, i have same problem. Downloading file with zero size.
Total commander download file withou problem, but filezilla.

Logo says:
Command: RETR SubscriptionStatus.php
Response: 150 Accepted data connection
Error: Transfer connection interrupted: ECONNABORTED - Connection aborted
Response: 226 File successfully transferred
Error: File transfer failed

Faild traferes reason "could not start transfer"

Re: Download files with zero bytes

Posted: 2020-08-24 06:53
by botg
botg wrote:
2017-05-16 06:27
Which FTP server software (product and version) is the server running?

Re: Download files with zero bytes

Posted: 2020-08-24 07:20
by Triplettt
Here is info from Totalcmd. I will try get ifno from hosting company.
pure-ftpd v1.0.43

Code: Select all

Connect to: (24.08.2020 9:18:21)
hostname=xxx
username=xxx
startdir=
xxx.cz=xxx
220 rproxy1b FTP server (Version 1.9.2.4 - 2005/01/11 13:03:28) ready.
USER xxx
331 User xxx OK. Password required
PASS ***********
230 OK. Current directory is /
SYST
215 UNIX Type: L8
FEAT
500 'FEAT': command unrecognized.
HELP SITE
214-The following SITE commands are recognized
 ALIAS
 CHMOD
 IDLE
 UTIME
214 Pure-FTPd - http://pureftpd.org/
CLNT Total Commander (UTF-8)
500 'CLNT': command unrecognized.
OPTS UTF8 ON
500 'OPTS': command unrecognized.
Connect ok!
PWD
257 "/" is your current location
Složka
TYPE A
200 TYPE is now ASCII
PASV
227 Entering Passive Mode (91,239,201,12,244,209).
LIST
150 Accepted data connection
Stahování
Čekání na server...
226-Options: -a -l 
226 18 matches total

Re: Download files with zero bytes

Posted: 2020-08-25 14:41
by botg
220 rproxy1b FTP server (Version 1.9.2.4 - 2005/01/11 13:03:28) ready.
It looks like the server is behind some antique reverse proxy. Most likely the issue is with this reverse proxy, with it not handling all possible sequences of events correctly.