Filezilla下载失败的特定范围的文件大小?

我一直在使用Filezilla工作一段时间,没有任何重大的问题,除了这一个。

条件:

  • 有些问题会导致文件下载失败,因为我将Filezilla设置为在没有提示的情况下自动覆盖文件,这会将程序发送到尝试下载文件的无限循环。 然后我必须取消队列; 这导致文件的本地拷贝被清空。
  • 它只出现在大小为7-8 KB的文件中。 小于7000字节的文件(我认为)从来没有受到这个错误的影响,文件8000字节或以上的传输也很好。
  • 这只发生在下载,而不是上传。
  • 它似乎只发生在Filezilla,已经尝试了其他一些FTP解决scheme,并没有得到相同的结果。
  • 它发生在批量,recursion和单一下载。

我的同事一直有同样的问题,所以我不认为这是我的电脑的问题,但我不知道这是一个罕见的Filezilla错误或在我们的服务器上的一些设置的问题。

如果任何人有类似的经验或解决scheme,我将非常感激收到你的来信。

遇到问题时编辑包含日志:

Status: Starting download of .../file-name.php Command: PASV Response: 227 Entering Passive Mode (xxx,xxx,xx,xxx,xxx,xx) Command: RETR file-name.php Response: 150-Accepted data connection Response: 150 7.6 kbytes to download Error: GnuTLS error -110: The TLS connection was non-properly terminated. Status: Server did not properly shut down TLS connection Error: Transfer connection interrupted: ECONNABORTED - Connection aborted Response: 226-File successfully transferred Response: 226 0.000 seconds (measured here), 38.81 Mbytes per second Error: File transfer failed after transferring 7,939 bytes in 1 second 

这将无限循环,让我无处可去。