Filezilla won't transfer 10 files simultaneously

5,381

In my personal experince, every time I encountered this problem with any file transfer client (FileZilla, TotalCommander, DoubleCommander) it has always been the case of the server limiting connections. Most probably your server configuration changed.

Running multiple instances of your client connected to the same server won't help as the server limits the connections per ip or per account (you would either have to use a proxy and/or another user with the same priviledges on the remote system).

If it is the case of server limiting connections you will most likely see a notice in a log visible in the FileZilla main window (if you disabled it, it could be re-enabled via the view menu).

Share:
5,381

Related videos on Youtube

Taylor Flatt
Author by

Taylor Flatt

I am currently a Linux Systems Administrator at SIUC working in the Computer Science department while I earn my MS in Computer Science (Software Development focus). I particularly enjoy programming in C# as well as ASP.NET and the MVC infrastructure. My main strength is project management. I am adept at leading groups of programmers in the planning, development, implementation, and maintenance of tasks.

Updated on September 18, 2022

Comments

  • Taylor Flatt
    Taylor Flatt almost 2 years

    I can't recall when I noticed the problem/change but I used to be able to always transfer 10 files at the same time if I wanted but something has changed where it will never do that. Sometimes it is 6 or 7 but never 10.

    I have done some looking around but everyone just says change the max downloads to 10 which it has always been.

    File Transfer Window

    Transfer Settings Window

    If you need any additional information, please feel free to ask. I am transferring genomic data which would be nice to do in larger quantities rather than smaller.

    tl;dr: is there anyway to make filezilla always transfer 10 files at once (for better or worse)? It currently does not do that although the setting is set for it.

    • panhandel
      panhandel over 8 years
      May be a server setting controlling simultaneous uploads to you as well
    • Scorpion99
      Scorpion99 over 8 years
      you can try to open 2 instances
    • Taylor Flatt
      Taylor Flatt over 8 years
      @panhandel - I tried a different source and I still get the same issue. Although - that doesn't rule out the possibility they are doing the same thing however.
  • Ramhound
    Ramhound about 8 years
    How can you say that an asyncronous upload isn't faster then a syncronous upload? If you are uploading multiple small files, and only a couple large files, the total time is decreased by not having to wait on the large files to upload.
  • Xavier J
    Xavier J about 8 years
    It is not. Because no matter whether you are transmitting one file or 10 at the same time, the band width is always a hard limitation.
  • Ramhound
    Ramhound about 8 years
    Having transfered transfered files from a VPS recently, and having the transfer(s) of all the files complete in a shorter amount of time, compared to transfering each file one at a time. I respecfully disagree with your conclusion.