Add me to the list: pulling down a single large file via FileZilla will top out around ~300 KB/s, while my connection will normally max out at ~1.2 MB/s.
Have you looked at how lftp implements segmented downloading? You use the "pget" command with the -n argument to specify the number of segments. The source code is freely available under under the GNU GPL license, so that might make it easier to play around with adding this feature to FileZilla. It appears to be written in C++, FWIW.
Have you looked at how lftp implements segmented downloading? You use the "pget" command with the -n argument to specify the number of segments. The source code is freely available under under the GNU GPL license, so that might make it easier to play around with adding this feature to FileZilla. It appears to be written in C++, FWIW.